mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 11:31:13 +00:00
Swap from fcommon to fno-common
This commit is contained in:
parent
7827f9fbe3
commit
aa6d3abffa
@ -77,9 +77,8 @@ ifneq ($(strip $(ALLOW_WARNINGS)), yes)
|
||||
endif
|
||||
CFLAGS += $(CSTANDARD)
|
||||
|
||||
# This fixes lots of keyboards linking errors but SHOULDN'T BE A FINAL SOLUTION
|
||||
# Fixing of multiple variable definitions must be made.
|
||||
CFLAGS += -fcommon
|
||||
# While default on newer compilers, force consistent behaviour
|
||||
CFLAGS += -fno-common
|
||||
|
||||
#---------------- C++ Compiler Options ----------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user