We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e297f3a commit 7718a88Copy full SHA for 7718a88
bricks/_common/arm_none_eabi.mk
@@ -176,7 +176,7 @@ endif
176
endif
177
178
CFLAGS_WARN = -Wall -Werror -Wextra -Wno-unused-parameter -Wno-maybe-uninitialized
179
-CFLAGS = $(INC) -std=c99 -nostdlib -fshort-enums $(CFLAGS_MCU) $(CFLAGS_WARN) $(COPT) $(CFLAGS_EXTRA)
+CFLAGS = $(INC) -std=c11 -nostdlib -fshort-enums $(CFLAGS_MCU) $(CFLAGS_WARN) $(COPT) $(CFLAGS_EXTRA)
180
$(BUILD)/lib/libm/%.o: CFLAGS += -Wno-sign-compare
181
182
# linker scripts
0 commit comments