Hey!

So, I'm making some progress. Adding:
```
"target_defaults": {
"configurations": {
"Debug": {
"defines": [ "SPECIAL_DEFINE_FLAG" ]
}
},
},
```
to the top level of binding.gyp will cause node-gyp to add 
-DSPECIAL_DEFINE_FLAG to the compiler command line when building in debug 
mode. Great! I still need to know how to *remove* a flag that is being 
added by node-gyp itself.

Thanks http://n8.io/converting-a-c-library-to-gyp/ !

The quest continues!



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/26f6a9c5-2d05-46ad-844a-4cf38b7cae12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to