您好我正在尝试将node_modules编译为发布模式,但我无法成功配置为发布模式。
我跑了node-gyp configure
;生成的configure.gypi
# Do not edit. File was generated by node-gyp's "configure" step {
"target_defaults": {
"cflags": [],
**"default_configuration": "Debug",**
"defines": [],
"include_dirs": [],
"libraries": [] },
我尝试过-DBUILDTYPE=Release
但BUILDTYPE=Release
没有成功