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.
如何在构建控制台提示符下查看 ndk-build 配置?
我想在 ndk-build 时看到如下的真实/完整编译行
gcc -o XXX -IYYY/ZZZ -IAAA/BBB -std=c++0x
确认混淆的包含路径、构建选项等。
您可以运行ndk-build -n以显示“真实”命令。来自ndk-build --help:
ndk-build -n
ndk-build --help
-n Don't actually run any commands; just print them.