Last active
July 8, 2024 16:20
-
-
Save malisipi/8a9acf5b2c9a7c3aadf18f7c19a9810a to your computer and use it in GitHub Desktop.
Compile WebUI application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gcc -DWEBUI_LOG -DNO_SSL -DNDEBUG -DNO_CACHING -DMUST_IMPLEMENT_CLOCK_GETTIME -DNO_CGI -DUSE_WEBSOCKET -DOPENSSL_API_1_1 src/webui.c main.c -o app.out -I./include src/civetweb/civetweb.c -Isrc/civetweb/ -static -g -fPICgcc -DWEBUI_LOG -DNO_SSL -DNDEBUG -DNO_CACHING -DMUST_IMPLEMENT_CLOCK_GETTIME -DNO_CGI -DUSE_WEBSOCKET -DOPENSSL_API_1_1 src/webui.c main.c -o app.out -I./include src/civetweb/civetweb.c -Isrc/civetweb/ -static -g -fPIC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment