From 392c91ef6992355bc8a50b2105d76c8f69725f54 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 17 Oct 2021 18:40:05 -0400 Subject: [PATCH] progress --- simulator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/Makefile b/simulator/Makefile index f42f57b788..db71acc013 100644 --- a/simulator/Makefile +++ b/simulator/Makefile @@ -35,7 +35,7 @@ CONFDIR = . ifeq ($(USE_OPT),) # this config if debugging is needed, but the binary is about 50M # USE_OPT = -Wall -ggdb -Werror-implicit-function-declaration -Werror -Wno-error=pointer-sign -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=sign-compare -Wno-error=unused-parameter -Wno-error=missing-field-initializers -Wno-error=write-strings -Wno-error=strict-aliasing -# USE_OPT = -Wall -O0 -ggdb -g -Wno-error=implicit-fallthrough -Werror-implicit-function-declaration -Werror -Wno-error=pointer-sign -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=sign-compare -Wno-error=unused-parameter -Wno-error=missing-field-initializers -Wno-error=write-strings +# USE_OPT = -Wall -O0 -ggdb -g -Wno-error=implicit-fallthrough -Werror-implicit-function-declaration -Wno-error=pointer-sign -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=sign-compare -Wno-error=unused-parameter -Wno-error=missing-field-initializers -Wno-error=write-strings # this config producec a smaller binary file # 7.3 compiler would want -Wno-error=implicit-fallthrough while 6.4 does not know about it # see https://github.com/rusefi/rusefi/issues/517