forked from Telodendria/Telodendria
Use -ansi in compiler flags. I think this more well supported.
This commit is contained in:
parent
d9d88eb028
commit
69862a1e6e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
: "${INCLUDES:=-Isrc/include}"
|
||||
|
||||
: "${CC:=cc}"
|
||||
: "${CFLAGS:=-Wall -Wextra -pedantic -std=c89 -O3}"
|
||||
: "${CFLAGS:=-Wall -Wextra -pedantic -ansi -O3}"
|
||||
: "${LDFLAGS:=-lm -pthread -static -flto -fdata-sections -ffunction-sections -s -Wl,-static -Wl,-gc-sections}"
|
||||
: "${PROG:=telodendria}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue