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