Fixing OPTION_OPTIMIZE setup in Makefile.
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ endif
|
||||
|
||||
# Optimizations
|
||||
ifeq ($(filter-out debug_release release $(TESTS_TARGET),$(TARGET_MODE)),)
|
||||
OPTION_OPTIMIZE = disable #enable
|
||||
OPTION_OPTIMIZE = enable
|
||||
else
|
||||
OPTION_OPTIMIZE = disable
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user