don't debug info (#2798)
This commit is contained in:
parent
eaf5d4a0a4
commit
1fd5b4560b
|
@ -34,7 +34,7 @@ ifeq ($(USE_OPT),)
|
||||||
# this config producec a smaller binary file
|
# this config producec a smaller binary file
|
||||||
# 7.3 compiler would want -Wno-error=implicit-fallthrough while 6.4 does not know about it
|
# 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
|
# see https://github.com/rusefi/rusefi/issues/517
|
||||||
USE_OPT = -Wall -Og -g -Wno-error=implicit-fallthrough -Wno-error=write-strings -Wno-error=strict-aliasing
|
USE_OPT = -Wall -O2 -Wno-error=implicit-fallthrough -Wno-error=write-strings -Wno-error=strict-aliasing
|
||||||
|
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue