1

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

JeFf
  • 346
  • 5
  • 16

1 Answers1

0

node's own common.gypi contains an example of how to configure things differently depending on the build configuration.

mscdex
  • 104,356
  • 15
  • 192
  • 153