review comments; br_ips std=c99

This commit is contained in:
PikalaxALT
2019-10-04 15:45:26 -04:00
parent 136464ce94
commit 7e8bff29bb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
CC := gcc
CFLAGS := -O3
CFLAGS := -O3 -std=c99
.PHONY: all