aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorUneven Prankster <unevenprankster@protonmail.com>2023-07-19 22:58:28 -0300
committerUneven Prankster <unevenprankster@protonmail.com>2023-07-19 22:58:28 -0300
commit14226c542d7d3d32fb52370deea20e3609cd2b4c (patch)
tree6b0494fe41597e77481025cfa6f1cae93d929e2f /build.sh
parent1f291678048efe0c117909ae7e2d2ec706377a23 (diff)
Pandora's box has been opened.
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index bee6ae6..5188d84 100644
--- a/build.sh
+++ b/build.sh
@@ -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