Made code (mostly) follow C99
This commit is contained in:
parent
4b76bd6265
commit
b0240c4911
3 changed files with 8 additions and 3 deletions
2
makefile
2
makefile
|
|
@ -7,7 +7,7 @@ ARCH = native
|
|||
O = s
|
||||
|
||||
# Flags for the compiler
|
||||
FLAGS = -std=c23
|
||||
FLAGS = -std=gnu99
|
||||
FLAGS += -O$(O)
|
||||
FLAGS += -march=$(ARCH)
|
||||
# Only override gcc default tuning if specified in make command line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue