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.
フラグが makefile なしで利用できる場合、g++ コンパイラに x.cpp の特定のフラグを強制的に使用させることはできますか?
私はそれを望みg++ x.cpp、g++ -std=c++0x x.cpp同じ結果をもたらします
g++ x.cpp
g++ -std=c++0x x.cpp
ちょっと。
内にフラグを設定することはできませんが、プラグマx.cppを設定することはできます。
x.cpp
以下は、 gcc オンライン ドキュメントから入手できるプラグマのリストです。