This commit is contained in:
Joel Challis 2025-07-24 16:13:22 +02:00 committed by GitHub
commit bc82b581b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ----------------