aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 51fb333..105e7b4 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -53,10 +53,7 @@ On gcc/clang, no optimize flags are set by default, resulting in rather bloated
code being generated. Recommend setting at least -O2. MSVC has optimze flags
set by default.
-You can set the compiler using
-~~~sh
--DCMAKE_CXX_COMPILER=/path/to/c++
-~~~
+You can set the compiler using -DCMAKE_CXX_COMPILER=/path/to/c++.
You can set additional compiler flags using -DCMAKE_CXX_FLAGS.
### Build type