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 16b3bf7 commit f69a9d1Copy full SHA for f69a9d1
2 files changed
src/common.mk
@@ -86,6 +86,7 @@ EZLLVMFLAGS :=
86
EZLLVMFLAGS += -fno-autolink
87
EZLLVMFLAGS += -fno-addrsig
88
EZLLVMFLAGS += -fno-threadsafe-statics
89
+EZLLVMFLAGS += -fno-aligned-allocation
90
EZLLVMFLAGS += -mllvm -profile-guided-section-prefix=false
91
EZLLVMFLAGS += -mllvm -z80-gas-style
92
EZLLVMFLAGS += -ffunction-sections
src/makefile.mk
@@ -319,6 +319,7 @@ EZLLVMFLAGS =
319
320
321
322
323
324
325
0 commit comments