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.
コードを最適化するようにコードを介して GCC に伝える方法はありますか? または、コマンド ライン設定 (" " など) だけで実行できますgcc source.c -O2 -o outか?
gcc source.c -O2 -o out