don't debug info (#2798)

This commit is contained in:
Matthew Kennedy 2021-06-06 23:17:56 -07:00 committed by GitHub
parent 1fa270795e
commit 1c9fe3b4af
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ifeq ($(USE_OPT),)
# 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
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)
else