diff --git a/xcconfigs/common_debug.xcconfig b/xcconfigs/common_debug.xcconfig index 617be63..4257e04 100644 --- a/xcconfigs/common_debug.xcconfig +++ b/xcconfigs/common_debug.xcconfig @@ -4,6 +4,7 @@ COPY_PHASE_STRIP = NO STRIP_INSTALLED_PRODUCT = NO GCC_OPTIMIZATION_LEVEL = 0 +LLVM_LTO = NO OTHER_CFLAGS_debug = $(OTHER_CFLAGS_common) -fno-inline OTHER_CFLAGS = $(inherited) $(OTHER_CFLAGS_debug)