【发布时间】:2013-09-16 10:27:22
【问题描述】:
我想在 xcodebuild 中使用include-what-you-use。问题是当我这样做时:
$ export CC=/path/to/include-what-you-use
$ xcodebuild
从命令行,我收到错误并停止构建。我读过将 iwyu 与make 一起使用的常见方法是运行make -k,所以我想以类似的方式使用xcodebuild。是否可以?我在man xcodebuild 中一无所获。
【问题讨论】:
标签: xcode makefile xcodebuild iwyu