Changed type stuff
This commit is contained in:
parent
355c79bac4
commit
c0b357deb2
6 changed files with 65 additions and 50 deletions
3
makefile
3
makefile
|
|
@ -1,10 +1,11 @@
|
|||
#!/usr/bin/make -f
|
||||
FLAGS = -std=gnu23
|
||||
FLAGS = -std=c23
|
||||
FLAGS += -O3
|
||||
FLAGS += -pedantic
|
||||
FLAGS += -Wall
|
||||
FLAGS += -Wextra
|
||||
FLAGS += -Werror
|
||||
FLAGS += -Wformat-truncation=0
|
||||
|
||||
GITFLAG = -D'GITHASH=$(shell git rev-parse --short=1 HEAD)'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue