Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望在构建节点绑定时看到正在使用的编译器和链接器标志。我怎样才能node-gyp build在详细模式下运行来实现这一点。(类似于make VERBOSE=1for cmake)
node-gyp build
make VERBOSE=1
cmake
尝试
node-gyp rebuild --verbose
make V=1帮助我进行详细的V8构建。我没有尝试node.js。
make V=1
V8
node.js
我不太gyp清楚,但我知道它写信给out/Makefile,请求Makefile
gyp
out/Makefile
Makefile
# The V=1 flag on command line makes us verbosely print command lines. ifdef V quiet= else quiet=quiet_ endif