diff options
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" --> |