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.
g++ では、認識されないコマンド ライン オプションを使用してパッケージをビルドすることはできません
$ g++ -Wshorten-64-to-32 g++-5: error: unrecognized command line option '-Wshorten-64-to-32'
この認識されないコマンド ライン オプションを許可するには、g++ が必要です。これは可能ですか?
編集
これは、自作の g++-5 を使用して可能ですか?