Skip to content

Commit dce6da0

Browse files
Enable 64-bit OSX builds in Release mode
1 parent 1e227e5 commit dce6da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/mac.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
{
186186
'xcode_settings':
187187
{
188-
'ARCHS': 'i386',
188+
'ARCHS': 'i386 x86_64',
189189
'GCC_OPTIMIZATION_LEVEL': '3',
190190
'GCC_ENABLE_FIX_AND_CONTINUE': 'NO',
191191
'LLVM_LTO': 'YES',

0 commit comments

Comments
 (0)