Skip to content

Commit

Permalink
Remove Makefile condition for test-uninitialized
Browse files Browse the repository at this point in the history
  • Loading branch information
waptaff committed Jun 9, 2016
1 parent e703758 commit b51d866
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions general.make
Expand Up @@ -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:
Expand Down

0 comments on commit b51d866

Please sign in to comment.