rcpp_framework/compile_linux.sh

4 lines
224 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 18:50:00 +01:00
./themes/theme.cpp \
2020-11-25 18:48:13 +01:00
-o ./bin/server -Ilibs -lpthread -std=c++11