diff options
Diffstat (limited to 'docs/users_guide/flags.xml')
-rw-r--r-- | docs/users_guide/flags.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 21807d7f6a..47b51a8298 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1341,6 +1341,13 @@ </row> <row> + <entry><option>-fstatic-argument-transformation</option></entry> + <entry>Turn on the static argument transformation. Implied by <option>-O2</option>.</entry> + <entry>dynamic</entry> + <entry>-fno-static-argument-transformation</entry> + </row> + + <row> <entry><option>-fliberate-case-threshold</option>=<replaceable>n</replaceable></entry> <entry>Set the size threshold for the liberate-case transformation to <replaceable>n</replaceable> (default: 200)</entry> <entry>static</entry> |