Merge pull request #4 from aaditya-chandrasekhar/merge_for_xhyve_xyz_03_17_16
Disable LTO for debug xhyve builds.
This commit is contained in:
commit
20fe81fbb2
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