《问》How to find out default include path in Clang/GCC

《问》

How to find out default include path in Clang/GCC

clang++ -Wp,-v -x c++ - -fsyntax-only < /dev/null
Or :
clang++ -E -x c++ - -v < /dev/null

Comments

Popular posts from this blog

英语口语

Ruby语言专用工具讲座:Exerb

《问》What are the differences between more and less?