Customized fork of github.com/rxi/lite

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

rxi 1a82fd2b 7517d0ef

Changed files
+1 -1
+1 -1
build.sh
··· 1 #!/bin/bash 2 3 - cflags="-Wall -O3 -g -std=gnu11 -Isrc" 4 lflags="-lSDL2 -lm" 5 6 if [[ $* == *windows* ]]; then
··· 1 #!/bin/bash 2 3 + cflags="-Wall -O3 -g -std=gnu11 -fno-strict-aliasing -Isrc" 4 lflags="-lSDL2 -lm" 5 6 if [[ $* == *windows* ]]; then