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.
2 parents 6f86906 + 5217eb6 commit de32e8cCopy full SHA for de32e8c
Makefile
@@ -323,6 +323,11 @@ ifeq ($(DEBUG), 1)
323
C_SRC += $(RTT_SRC)/RTT/SEGGER_RTT.c
324
endif
325
326
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523
327
+ifneq ($(findstring 12.,$(shell $(CC) --version 2>/dev/null)),)
328
+ CFLAGS += --param=min-pagesize=0
329
+endif
330
+
331
#------------------------------------------------------------------------------
332
# Linker Flags
333
0 commit comments