Swap from fcommon to fno-common

This commit is contained in:
zvecr 2025-06-18 14:11:25 +01:00
parent 7827f9fbe3
commit aa6d3abffa

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