mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
Remove Makefile condition for test-uninitialized
This commit is contained in:
@@ -14,13 +14,11 @@ cc-option = $(call try-run,\
|
|||||||
# Use GCC level 2 optimization by default
|
# Use GCC level 2 optimization by default
|
||||||
# Might be overridden below
|
# Might be overridden below
|
||||||
ADDITIONAL_OBJCFLAGS=-O2
|
ADDITIONAL_OBJCFLAGS=-O2
|
||||||
ifeq ($(test-uninitialized),yes)
|
|
||||||
ifeq ($(debug),yes)
|
ifeq ($(debug),yes)
|
||||||
ADDITIONAL_OBJCFLAGS=-O0
|
ADDITIONAL_OBJCFLAGS=-O0
|
||||||
else
|
else
|
||||||
ADDITIONAL_OBJCFLAGS=-Wuninitialized
|
ADDITIONAL_OBJCFLAGS=-Wuninitialized
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
# Ensure we store in the ELF files minimal debugging
|
# Ensure we store in the ELF files minimal debugging
|
||||||
# information plus the compiler flags used; that can
|
# information plus the compiler flags used; that can
|
||||||
# be afterwards read with:
|
# be afterwards read with:
|
||||||
|
|||||||
Reference in New Issue
Block a user