diff --git a/Makefile.cflags b/Makefile.cflags index eccfb6b33f202448a6566b5b89ce7f1c49fde992..39049324d7cfd1486a37657213fd6dc9547b2133 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