Remove Makefile condition for test-uninitialized

pull/41/head
Patrice Levesque 2016-06-09 13:06:51 -04:00
parent 9daf71467e
commit 0b5d04d333
1 changed files with 0 additions and 2 deletions

View File

@ -14,13 +14,11 @@ cc-option = $(call try-run,\
# Use GCC level 2 optimization by default
# Might be overridden below
ADDITIONAL_OBJCFLAGS=-O2
ifeq ($(test-uninitialized),yes)
ifeq ($(debug),yes)
ADDITIONAL_OBJCFLAGS=-O0
else
ADDITIONAL_OBJCFLAGS=-Wuninitialized
endif
endif
# Ensure we store in the ELF files minimal debugging
# information plus the compiler flags used; that can
# be afterwards read with: