is there a way, how to tell if the configuration is set to Debug or Release inside of a bindings.gyp?
For example in Visual Studio there is a variable $(Configuration), which contains this information. Does something similar exist in gyp?
Thanks
node's own common.gypi contains an example of how to configure things differently depending on the build configuration.
common.gypi
node's own
common.gypicontains an example of how to configure things differently depending on the build configuration.