Removing debug_release.* build targets.

This commit is contained in:
Ruben Ayrapetyan
2014-11-17 13:05:02 +03:00
parent 44eca8e207
commit 7bb6c6bc84
2 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ else
endif
# Optimizations
ifeq ($(filter-out debug_release release $(TESTS_TARGET),$(TARGET_MODE)),)
ifeq ($(filter-out release $(TESTS_TARGET),$(TARGET_MODE)),)
OPTION_OPTIMIZE = enable
else
OPTION_OPTIMIZE = disable