Switch to GNU11 language standard.

This commit is contained in:
mikeller 2018-08-19 10:33:32 +12:00
parent a1b84b58d3
commit 581628eeb4
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ CFLAGS += $(ARCH_FLAGS) \
$(addprefix -D,$(OPTIONS)) \
$(addprefix -I,$(INCLUDE_DIRS)) \
$(DEBUG_FLAGS) \
-std=gnu99 \
-std=gnu11 \
-Wall -Wextra -Wunsafe-loop-optimizations -Wdouble-promotion \
-ffunction-sections \
-fdata-sections \