We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents defe73e + d87a714 commit af7c153Copy full SHA for af7c153
binding.gyp
@@ -6,10 +6,10 @@
6
"src/segfault-handler.cpp"
7
],
8
"defines": [ "DEBUG", "_DEBUG" ],
9
- # DDOPSON-2013-04-16 - Some versions of node-gyp don't seem to respect "cflags" (eg, my v0.8.2)
10
- # I hacked the module src to thart the over-optimization issue that previously required -O0, so we work even w/o the flag
11
- # However, the -O0 flag is still preferable for this module where debuggability matters and code size / perf are non-issues
12
"cflags": [ "-O0" ],
+ "xcode_settings": {
+ "OTHER_CFLAGS": [ "-O0" ]
+ }
13
}
14
]
15
0 commit comments