Options of the form -fflag specify machine-independent flags.-fflag 可以指定 machine-independent 的优化选项
Most flags have both positive and negative forms;
大多数flag有正面和负面两种形式
the negative form of -ffoo is -fno-foo.// -fxxxx -fno-xxxx
In the table below, only one of the forms is listed---the one you typically use.
You can figure out the other form by either removing no- or adding it.
The following options control specific optimizations.
以下选项控制特定的优化
They are either activated by -O options or are related to ones that are.
它们要么由-O选项激活,要么与其他选项相关。
You can use the following flags in the rare cases when "fine-tuning" of optimizations to be performed is desired.
在需要对优化进行“微调”的极少数情况下,可以使用以下标志。
-fno-defer-pop // -fdefer-pop -fforward-propagate // -fno-forward-propagate ...