mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
* gcc.jam (init-link-flags): Add missing
'unchecked'. This was breaking intel. [SVN r39267]
This commit is contained in:
@@ -565,7 +565,7 @@ rule init-link-flags ( toolset linker condition )
|
||||
flags $(toolset).link FINDLIBS-SA-PFX $(condition)/<runtime-link>static/<target-os>windows
|
||||
: -Wl,-Bdynamic : unchecked ;
|
||||
flags $(toolset).link OPTIONS $(condition)/<runtime-link>static/<target-os>windows
|
||||
: -Wl,-Bstatic ;
|
||||
: -Wl,-Bstatic : unchecked ;
|
||||
}
|
||||
case darwin :
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user