We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-fno-strict-aliasing
1 parent 7517d0e commit 1a82fd2Copy full SHA for 1a82fd2
build.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-cflags="-Wall -O3 -g -std=gnu11 -Isrc"
+cflags="-Wall -O3 -g -std=gnu11 -fno-strict-aliasing -Isrc"
4
lflags="-lSDL2 -lm"
5
6
if [[ $* == *windows* ]]; then
0 commit comments