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
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
Copyright © 2021 Jogjafile Inc.
node's own
common.gypi
contains an example of how to configure things differently depending on the build configuration.