Fixing OPTION_OPTIMIZE setup in Makefile.

This commit is contained in:
Ruben Ayrapetyan
2014-08-08 12:41:56 +04:00
parent 88515c9776
commit 5788ce1199
+1 -1
View File
@@ -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