diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/bash cc=cc -cflags=(-Wall -Wextra -std=gnu99 -O2) +cflags=(-Wall -Wextra -std=c99 -D_XOPEN_SOURCE=700 -O2) ldflags=(-lm) platform=gl |
