Xcode:无法识别的命令行选项'-stdlib ='

时间:2015-10-04 02:52:14

标签: c++ xcode macos c++11

尝试编译项目时出现unrecognized command line option '-stdlib='错误。我已经禁用linking with standard library选项,但-stdlib=标志仍然存在。

enter image description here

g++-4.8: error: unrecognized command line option '-stdlib='
Command /usr/local/bin/g++-4.8 failed with exit code 1

感谢任何帮助/建议。

1 个答案:

答案 0 :(得分:0)

有一个类似的线程可以摆脱-stdlib=标志。

我找到答案并在那里发布解决方案。

how to delete CLANG_CXX_LIBRARY row in xcode