Changed to c11
This commit is contained in:
parent
08fed97811
commit
e6f13598fb
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ INCS = -Isrc/
|
||||||
|
|
||||||
DEFS = -D_POSIX_C_SOURCE=2 -DVERSION_STRING=\"$(VERSION)\"
|
DEFS = -D_POSIX_C_SOURCE=2 -DVERSION_STRING=\"$(VERSION)\"
|
||||||
|
|
||||||
CFLAGS = -std=c99 -Wall -Wextra -pedantic -Os $(DEFS) $(INCS)
|
CFLAGS = -std=c11 -Wall -Wextra -pedantic -Os $(DEFS) $(INCS)
|
||||||
LDFLAGS = -lxcb
|
LDFLAGS = -lxcb
|
||||||
CPPFLAGS = -MD -MP
|
CPPFLAGS = -MD -MP
|
||||||
|
|
Loading…
Add table
Reference in a new issue