summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYuriy Syrovetskiy <cblp@cblp.su>2019-04-02 12:59:49 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-08 14:41:51 -0400
commit97502be8bda9199ac058b9677b4b6ba028022936 (patch)
tree36ed855bd07d08f4127c45265d5e4f27ea8dbcac /docs
parent2b3f4718502465e2b4dfa4a7868ed7a3ad5e4ff1 (diff)
downloadhaskell-97502be8bda9199ac058b9677b4b6ba028022936.tar.gz
Add `-optcxx` option (#16477)
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/phases.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst
index 0f70368047..b88ae694fe 100644
--- a/docs/users_guide/phases.rst
+++ b/docs/users_guide/phases.rst
@@ -154,6 +154,13 @@ the following flags:
Pass ⟨option⟩ to the C compiler.
+.. ghc-flag:: -optcxx ⟨option⟩
+ :shortdesc: pass ⟨option⟩ to the C++ compiler
+ :type: dynamic
+ :category: phase-options
+
+ Pass ⟨option⟩ to the C++ compiler.
+
.. ghc-flag:: -optlo ⟨option⟩
:shortdesc: pass ⟨option⟩ to the LLVM optimiser
:type: dynamic