diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-06-27 19:14:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-06-27 19:14:32 +0000 |
commit | 1f031ccac56820467eff9b6d620dffca78ce122c (patch) | |
tree | fa419d82e3c7c32ffb029497374895bfe483b392 /docs/UsersManual.rst | |
parent | 5c8694c6ce76fdf2c8630f569e375cf343894dab (diff) |
Notes
Diffstat (limited to 'docs/UsersManual.rst')
-rw-r--r-- | docs/UsersManual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index 11f77e58798ef..fb6112d0298eb 100644 --- a/docs/UsersManual.rst +++ b/docs/UsersManual.rst @@ -2741,7 +2741,7 @@ Execute ``clang-cl /?`` to see a list of supported options: /Gv Set __vectorcall as a default calling convention /Gw- Don't put each data item in its own section /Gw Put each data item in its own section - /GX- Enable exception handling + /GX- Disable exception handling /GX Enable exception handling /Gy- Don't put each function in its own section /Gy Put each function in its own section |