Browse Source

Added `-fno-strict-aliasing` to build script

pull/157/head
rxi 3 years ago
parent
commit
1a82fd2b92
  1. 2
      build.sh

2
build.sh

@ -1,6 +1,6 @@
#!/bin/bash
cflags="-Wall -O3 -g -std=gnu11 -Isrc"
cflags="-Wall -O3 -g -std=gnu11 -fno-strict-aliasing -Isrc"
lflags="-lSDL2 -lm"
if [[ $* == *windows* ]]; then

Loading…
Cancel
Save