Skip to content

Commit 4402f9b

Browse files
committed
only:dead
1 parent 808f313 commit 4402f9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

firmware/Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ include $(PROJECT_DIR)/common_libfirmware.mk
6060

6161
include rusefi.mk
6262

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-
6663
ifeq ($(DEBUG_LEVEL_OPT),)
6764
# Default to a release build - but leave in debug info. It doesn't change the hex/bin output.
6865
DEBUG_LEVEL_OPT = -O2 -ggdb -g

0 commit comments

Comments
 (0)