mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
This commit is contained in:
@@ -1028,7 +1028,8 @@ local rule runtime-tag ( name : type ? : property-set )
|
||||
# known to care about runtime debugging.
|
||||
if ( <toolset>msvc in $(properties) ) ||
|
||||
( <stdlib>stlport in $(properties) ) ||
|
||||
( <toolset-intel:platform>win in $(properties) )
|
||||
( <toolset-intel:platform>win in $(properties) ) ||
|
||||
( <toolset-clang:platform>win in $(properties) )
|
||||
{
|
||||
if <runtime-debugging>on in $(properties) { tag += g ; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user