mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
Merge aa6d3abffa
into 717b6b8f13
This commit is contained in:
commit
bc82b581b3
@ -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