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