Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2014-12-16 20:37:15 +0000
committerStijn Buys <ingar@osirion.org>2014-12-16 20:37:15 +0000
commitbebb67e03d378a084367cc05c3d9bbb76f1d8e73 (patch)
treecd79f728276a9e5805ce29163f055c5103e3577e /doc/installation_develop.html
parenta18281d42e8b4e9b3cf9d987ff980bcfc14344ad (diff)
Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual.
Diffstat (limited to 'doc/installation_develop.html')
-rw-r--r--doc/installation_develop.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/installation_develop.html b/doc/installation_develop.html
index 0cd7592..cc83ad8 100644
--- a/doc/installation_develop.html
+++ b/doc/installation_develop.html
@@ -147,6 +147,14 @@
../configure --help
</div>
+<p class="content">
+If you want to use clang, you'll need pass the <fixed>-Wno-overloaded-virtual</fixed> switch to the compiler,
+to prevent the build from failing with a warning on the bullet header files:
+</p>
+<div class="fixed">
+ CC=clang CXX=clang++ CXXFLAGS="-Wno-overloaded-virtual" ../configure
+</div>
+
<p class="content"></p>
</div> <!-- class="content" -->