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

Merge pull request #2352 from gebart/pr/fno-common-default

Makefile.cflags: Make -fno-common the default
parents 5595bbb9 669a4129
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