mirror of
https://github.com/boostorg/build.git
synced 2026-02-12 12:02:24 +00:00
use -fPIC option to compile object files that go into a shared library
[SVN r29345]
This commit is contained in:
@@ -22,6 +22,8 @@ flags gfortran OPTIONS <optimization>space : -Os ;
|
||||
flags gfortran OPTIONS <debug-symbols>on : -g ;
|
||||
flags gfortran OPTIONS <profiling>on : -pg ;
|
||||
|
||||
flags gfortran OPTIONS <link>shared/<main-target-type>LIB : -fPIC ;
|
||||
|
||||
flags gfortran DEFINES <define> ;
|
||||
flags gfortran INCLUDES <include> ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user