Hi! When I run npm install on my package which contains a native addon, it works. However, when I run npm install --debug, it fails, because one of the files uses DEBUG as an enum member, and so that effectively gets edited out by the preprocessor, breaking the syntax of the enum. I don't control the code that contains the offending enum member, so I was wondering if there is a way to tell node-gyp via binding.gyp to not add -DDEBUG to the command line when building in debug mode. It also adds -D_DEBUG, so that should still be sufficient.
Is it possible? TIA for your help, Gabriel -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/14e00261-e4dd-4c7a-b4a0-a7e118f87664%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
