sogo/general.make

6 lines
93 B
Makefile

ifeq ($(debug),yes)
ADDITIONAL_OBJCFLAGS=-O1
else
ADDITIONAL_OBJCFLAGS=-Wuninitialized
endif