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:
Jeremy Huddleston Sequoia 2016-03-17 17:19:19 -07:00
commit 20fe81fbb2

View file

@ -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)