Skip to content

Commit c0c63f7

Browse files
Disable OSX LTO
It causes crashes in the Xcode 7.2 linker :(
1 parent c016f10 commit c0c63f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/mac.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
'ARCHS': 'i386',
189189
'GCC_OPTIMIZATION_LEVEL': '3',
190190
'GCC_ENABLE_FIX_AND_CONTINUE': 'NO',
191-
'LLVM_LTO': 'YES',
191+
#'LLVM_LTO': 'YES',
192192
'DEAD_CODE_STRIPPING': 'YES',
193193
'GCC_UNROLL_LOOPS': 'YES',
194194
},

0 commit comments

Comments
 (0)