我希望在我的节点绑定构建时使用编译器和链接器标志.如何node-gyp build以详细模式运行才能实现.(类似于make VERBOSE=1为cmake)
make V=1帮助我进行详细的V8构建。我没有尝试node.js。
我不太了解,但我知道它会在请求时gyp写入out/MakefileMakefile
# The V=1 flag on command line makes us verbosely print command lines.
ifdef V
quiet=
else
quiet=quiet_
endif
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3923 次 |
| 最近记录: |