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

Makefile.cflags: Make -fno-common the default
dev/timer
Joakim Gebart 8 years ago
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…
Cancel
Save