2015-11-14 11:21:48 -08:00
|
|
|
#include "common.xcconfig"
|
|
|
|
|
|
|
|
COPY_PHASE_STRIP = NO
|
|
|
|
STRIP_INSTALLED_PRODUCT = NO
|
|
|
|
|
|
|
|
GCC_OPTIMIZATION_LEVEL = 0
|
2016-03-17 16:11:12 -07:00
|
|
|
LLVM_LTO = NO
|
2015-11-14 11:21:48 -08:00
|
|
|
|
|
|
|
OTHER_CFLAGS_debug = $(OTHER_CFLAGS_common) -fno-inline
|
|
|
|
OTHER_CFLAGS = $(inherited) $(OTHER_CFLAGS_debug)
|
|
|
|
|
|
|
|
OTHER_LDFLAGS_debug = $(OTHER_LDFLAGS_common)
|
|
|
|
OTHER_LDFLAGS = $(inherited) $(OTHER_LDFLAGS_debug)
|
|
|
|
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS_asan = $(GCC_PREPROCESSOR_DEFINITIONS_common) XHYVE_CONFIG_ASSERT
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) $(GCC_PREPROCESSOR_DEFINITIONS_common)
|
|
|
|
|