diff options
Diffstat (limited to 'doc/Building.asciidoc')
-rw-r--r-- | doc/Building.asciidoc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/Building.asciidoc b/doc/Building.asciidoc index 6fabf8f..431d1e7 100644 --- a/doc/Building.asciidoc +++ b/doc/Building.asciidoc @@ -71,13 +71,8 @@ Sets the install location prefix. Install targets are only set on Release builds - windows: Binary is written to bin/, and plugins to bin/plugins. - others: Binary will be written to bin/, and plugins to lib/smolbote/. -=== Using libc++ -You can use libc++ over stdlibc++ by setting UseLibCpp to On. Requires clang. - - -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DUseLibCpp=On - -// Additional items - +// Using Breakpad include::Building/Breakpad.asciidoc[] +// Compiling on Windows include::Building/Windows.asciidoc[] |