Skip to content

Commit

Permalink
osx fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed May 6, 2012
1 parent 74e8922 commit fd7b705
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@
'IOKit',
'-framework',
'CoreFoundation'
]
],
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES'
}
}],
[ 'OS=="linux"', {
'conditions': [
Expand All @@ -96,11 +99,10 @@
}
}]
],
'cflags': ['-g'],
'cflags!': [
'-ansi'
],
'cflags_cc!': [ '-fno-exceptions' ]
'cflags!': ['-ansi', '-fno-exceptions' ],
'cflags_cc!': [ '-fno-exceptions' ],
'cflags': ['-g', '-exceptions'],
'cflags_cc': ['-g', '-exceptions']
}
]
}

0 comments on commit fd7b705

Please sign in to comment.