Disable LTO for debug xhyve builds.
LTO is enabled in the xcodeproject for xhyve. When targetting debug builds override to NO so that local variables and function arguments can be introspected in the debugger.
This commit is contained in:
parent
63a785dd22
commit
5e720a3d38
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue