aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/LangImpl3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/LangImpl3.rst')
-rw-r--r--docs/tutorial/LangImpl3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl3.rst b/docs/tutorial/LangImpl3.rst
index 7174c09..b7418cc 100644
--- a/docs/tutorial/LangImpl3.rst
+++ b/docs/tutorial/LangImpl3.rst
@@ -581,7 +581,7 @@ our makefile/command line about which options to use:
.. code-block:: bash
# Compile
- clang++ -g -O3 toy.cpp `llvm-config --cppflags --ldflags --libs core` -o toy
+ clang++ -g -O3 toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core` -o toy
# Run
./toy