diff --git a/Makefile.cflags b/Makefile.cflags index eccfb6b33f..39049324d7 100644 --- a/Makefile.cflags +++ b/Makefile.cflags @@ -47,3 +47,6 @@ ifeq ($(LTO),yes) CFLAGS += ${LTOFLAGS} LINKFLAGS += ${LTOFLAGS} endif + +# Forbid common symbols to prevent accidental aliasing. +CFLAGS += -fno-common