File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ Code Generation Options
445
445
446
446
:option: `-Og ` Similar to :option: `-O1 `, but with slightly reduced
447
447
optimization and better variable visibility. The same optimizations are run
448
- as at :option: `-O1 `, but the :option: ` -fextend-variable-liveness ` flag is
448
+ as at :option: `-O1 `, but the `` -fextend-variable-liveness ` ` flag is
449
449
also set, which tries to prevent optimizations from reducing the liveness of
450
450
user variables, improving their availability when debugging.
451
451
Original file line number Diff line number Diff line change @@ -219,9 +219,9 @@ Modified Compiler Flags
219
219
220
220
- `-Wpadded ` option implemented for the `x86_64-windows-msvc ` target. Fixes #61702
221
221
222
- - The ``-Og `` optimization flag now sets ``-fextend-variable-liveness ``, a new
223
- compiler flag which trades a small amount of optimization in exchange for
224
- improved variable visibility .
222
+ - The ``-Og `` optimization flag now sets ``-fextend-variable-liveness ``,
223
+ reducing performance slightly while reducing the number of optimized-out
224
+ variables .
225
225
226
226
Removed Compiler Flags
227
227
-------------------------
You can’t perform that action at this time.
0 commit comments