2
0
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:
Toon Knapen
2005-06-01 14:37:37 +00:00
parent 3120f7fbaf
commit 230ea321b3

View File

@@ -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> ;