diff options
author | Stijn Buys <ingar@osirion.org> | 2014-12-16 20:37:15 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2014-12-16 20:37:15 +0000 |
commit | bebb67e03d378a084367cc05c3d9bbb76f1d8e73 (patch) | |
tree | cd79f728276a9e5805ce29163f055c5103e3577e /doc | |
parent | a18281d42e8b4e9b3cf9d987ff980bcfc14344ad (diff) |
Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/installation_develop.html | 8 |
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" --> |