ビルドのいくつかのレベルでの私のお気に入りの C コンパイラ フラグ
April 29, 2023 nullprogram.com/blog/2023/04/29/ The major compilers have an enormous number of knobs. Most are highly specialized, but others are generally useful even if uncommon. For warnings, the venerable -Wall -Wextra is a good start, but circumstances improve by tweaking this warning set. This article covers high-hitting development-time options in GCC, Clang, and MSVC that…