(Github CI/Debian/Ubuntu needs c2x maybe?)
This commit is contained in:
parent
eb2a8bc3a0
commit
bb71e9ae50
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -59,7 +59,7 @@ EXTRA_WARNING_FLAGS := -Wunused-function \
|
|||
$(call cc-option,-Wunused-variable)
|
||||
endif
|
||||
|
||||
override CFLAGS := -std=c23 \
|
||||
override CFLAGS := -std=c2x \
|
||||
-Wall -Wextra -Wpedantic \
|
||||
-Wformat=2 -Wshadow \
|
||||
-Wwrite-strings -Wstrict-prototypes -Wold-style-definition \
|
||||
|
|
Loading…
Reference in a new issue