shared GCC settings between projects
This commit is contained in:
parent
48db08aaae
commit
df26a9fb16
|
@ -14,6 +14,7 @@ endif
|
||||||
|
|
||||||
|
|
||||||
PROJECT_DIR = ../firmware
|
PROJECT_DIR = ../firmware
|
||||||
|
include $(PROJECT_DIR)/rusefi_rules.mk
|
||||||
|
|
||||||
# Compiler options here.
|
# Compiler options here.
|
||||||
ifeq ($(USE_OPT),)
|
ifeq ($(USE_OPT),)
|
||||||
|
@ -27,6 +28,11 @@ ifeq ($(USE_OPT),)
|
||||||
USE_OPT += -Werror=missing-field-initializers
|
USE_OPT += -Werror=missing-field-initializers
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
#TODO! this is a nice goal
|
||||||
|
#USE_OPT += $(RUSEFI_OPT)
|
||||||
|
#USE_OPT += -Wno-error=format= -Wno-error=register -Wno-error=write-strings
|
||||||
|
|
||||||
ifeq ($(CCACHE_DIR),)
|
ifeq ($(CCACHE_DIR),)
|
||||||
$(info No CCACHE_DIR)
|
$(info No CCACHE_DIR)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue