diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-11 12:28:43 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-11 12:28:43 +0100 |
| commit | ccbc6a8f0836583fabd59919bd7930d7cfe1473e (patch) | |
| tree | 9b40413d853ff9cce52b6d697314b6bc4ea015e4 /run_linux64.sh | |
| parent | 6166eeda08fd1d4106afe47416a73de60700d17e (diff) | |
ui improvements
Diffstat (limited to 'run_linux64.sh')
| -rwxr-xr-x | run_linux64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_linux64.sh b/run_linux64.sh index 8d7cefc..42027f2 100755 --- a/run_linux64.sh +++ b/run_linux64.sh @@ -11,7 +11,7 @@ SOURCES=$(find src -type f \( -name "*.cpp" \) ! -path "src/countries/*") # Compiler flags. LIBS="-lstdc++ -lglfw -lGL -lm -lssl -lcrypto" -FLAGS="-Wall -Wno-changes-meaning -ggdb -Wfatal-errors" +FLAGS="-Wall -ggdb -Wfatal-errors" DEFINITIONS="-D_DATE_=\"$DATE\"" INCLUDE_DIRS="-Ilibs/openssl-3.6.0-beta1/x64/include -Ilibs/ -Iinclude" |
