Merge pull request #2352 from gebart/pr/fno-common-default
Makefile.cflags: Make -fno-common the default
This commit is contained in:
commit
fe076783ba
@ -47,3 +47,6 @@ ifeq ($(LTO),yes)
|
||||
CFLAGS += ${LTOFLAGS}
|
||||
LINKFLAGS += ${LTOFLAGS}
|
||||
endif
|
||||
|
||||
# Forbid common symbols to prevent accidental aliasing.
|
||||
CFLAGS += -fno-common
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user