rcpp_framework/compile_linux.sh

7 lines
225 B
Bash
Raw Normal View History

2020-11-25 18:48:13 +01:00
g++ -o3 -g main.cpp ./core/settings.cpp ./core/request.cpp ./core/http_server.cpp ./core/file_cache.cpp ./core/application.cpp ./rdn_application.cpp \
2020-11-25 21:00:22 +01:00
./core/theme.cpp \
2020-11-25 18:48:13 +01:00
-o ./bin/server -Ilibs -lpthread -std=c++11