Skip to content

Commit

Permalink
(Github CI/Debian/Ubuntu needs c2x maybe?)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenhael-le-moine committed Sep 9, 2024
1 parent eb2a8bc commit bb71e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bb71e9a

Please sign in to comment.