We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808f313 commit 4402f9bCopy full SHA for 4402f9b
firmware/Makefile
@@ -60,9 +60,6 @@ include $(PROJECT_DIR)/common_libfirmware.mk
60
61
include rusefi.mk
62
63
-# by default EXTRA_PARAMS is empty and we create 'debug' version of the firmware with additional assertions and statistics
64
-# for 'release' options see 'clean_compile_two_versions.bat' file
65
-
66
ifeq ($(DEBUG_LEVEL_OPT),)
67
# Default to a release build - but leave in debug info. It doesn't change the hex/bin output.
68
DEBUG_LEVEL_OPT = -O2 -ggdb -g
0 commit comments