Skip to content
Snippets Groups Projects
Commit 669a4129 authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

Makefile.cflags: Add -fno-common by default to CFLAGS.

parent f71f8322
No related branches found
No related tags found
No related merge requests found
......@@ -47,3 +47,6 @@ ifeq ($(LTO),yes)
CFLAGS += ${LTOFLAGS}
LINKFLAGS += ${LTOFLAGS}
endif
# Forbid common symbols to prevent accidental aliasing.
CFLAGS += -fno-common
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment