Skip to content

Commit

Permalink
use -fPIC by default to suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Aug 29, 2016
1 parent 99ef55f commit 4d37a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -159,9 +159,9 @@ looptools_lib_dir=""
looptools_inc_dir=""
GSLFLAGS=""
CPPFLAGS=""
CXXFLAGS="-std=c++11 -O2"
CXXFLAGS="-std=c++11 -O2 -fPIC"
CFLAGS="-O2"
FFLAGS="-O2"
FFLAGS="-O2 -fPIC"
FLIBS=""
BOOSTTESTLIBS=""
BOOSTTHREADLIBS=""
Expand Down

0 comments on commit 4d37a08

Please sign in to comment.