On Apr 23, 2015, at 5:26 AM, Gabriel Schulhof wrote:

> 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?

I don't know. You should report the problem to whoever wrote the module that 
fails, so that they can fix it.



-- 
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/DC7DC3AC-B72C-48FA-8497-134043397BA0%40ryandesign.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to