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 3af7f74 + de32e8c commit 7229cafCopy full SHA for 7229caf
Makefile
@@ -337,6 +337,11 @@ endif
337
338
CFLAGS += -DDFU_APP_DATA_RESERVED=$(DFU_APP_DATA_RESERVED)
339
340
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523
341
+ifneq ($(findstring 12.,$(shell $(CC) --version 2>/dev/null)),)
342
+ CFLAGS += --param=min-pagesize=0
343
+endif
344
+
345
#------------------------------------------------------------------------------
346
# Linker Flags
347
0 commit comments