We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71f832 commit 669a412Copy full SHA for 669a412
Makefile.cflags
@@ -47,3 +47,6 @@ ifeq ($(LTO),yes)
47
CFLAGS += ${LTOFLAGS}
48
LINKFLAGS += ${LTOFLAGS}
49
endif
50
+
51
+# Forbid common symbols to prevent accidental aliasing.
52
+CFLAGS += -fno-common
0 commit comments