Handling git push non-zero exit code in tools/push.sh.

This commit is contained in:
Ruben Ayrapetyan
2014-08-06 14:51:37 +04:00
parent 8afbb39df0
commit 440a3c64a2
2 changed files with 3 additions and 5 deletions
+2 -2
View File
@@ -97,7 +97,7 @@ endif
# Optimizations
ifeq ($(filter-out debug_release release $(TESTS_TARGET),$(TARGET_MODE)),)
OPTION_OPTIMIZE = enable
OPTION_OPTIMIZE = disable #enable
else
OPTION_OPTIMIZE = disable
endif
@@ -167,7 +167,7 @@ CFLAGS_WFATAL_ERRORS ?= -Wfatal-errors
# Optimizations
CFLAGS_OPTIMIZE ?= -Os -flto
CFLAGS_NO_OPTIMIZE ?= -Og
CFLAGS_NO_OPTIMIZE ?= -O0
LDFLAGS_OPTIMIZE ?=
LDFLAGS_NO_OPTIMIZE ?=