diff options
| author | Uneven Prankster <unevenprankster@protonmail.com> | 2023-07-19 22:58:28 -0300 |
|---|---|---|
| committer | Uneven Prankster <unevenprankster@protonmail.com> | 2023-07-19 22:58:28 -0300 |
| commit | 14226c542d7d3d32fb52370deea20e3609cd2b4c (patch) | |
| tree | 6b0494fe41597e77481025cfa6f1cae93d929e2f /build.sh | |
| parent | 1f291678048efe0c117909ae7e2d2ec706377a23 (diff) | |
Pandora's box has been opened.
Diffstat (limited to 'build.sh')
| -rw-r--r-- | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ TINYCC_SRC="$ROOT_DIR/tinycc" COMPILATION_FLAGS="-std=c99 -Os -flto -s -D__USE_MINGW_ANSI_STDIO=0 -mno-stack-arg-probe -Xlinker --stack=0x200000,0x200000 -fno-asynchronous-unwind-tables -fwhole-program -Wl,--gc-sections -mavx" FINAL_FLAGS=$COMPILATION_FLAGS -WARNING_FLAGS="-Wall -Wextra -Wpedantic" +WARNING_FLAGS="-Wall -Wextra" LINK_FLAGS="-lopengl32 -lgdi32 -lwinmm" # Debug changes to flags if [ -n "$BUILD_DEBUG" ]; then |
