Skip to content

Commit

Permalink
Switch to GNU11 language standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeller committed Aug 18, 2018
1 parent a1b84b5 commit 581628e
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 @@ -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 \
Expand Down

0 comments on commit 581628e

Please sign in to comment.