mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Makefile.cflags: Add -fno-common by default to CFLAGS.
This commit is contained in:
parent
f71f8322d9
commit
669a4129af
@ -47,3 +47,6 @@ ifeq ($(LTO),yes)
|
||||
CFLAGS += ${LTOFLAGS}
|
||||
LINKFLAGS += ${LTOFLAGS}
|
||||
endif
|
||||
|
||||
# Forbid common symbols to prevent accidental aliasing.
|
||||
CFLAGS += -fno-common
|
||||
|
Loading…
Reference in New Issue
Block a user