2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Adjust for <debug-symbols>off vs. <strip>off.

[SVN r58382]
This commit is contained in:
Rene Rivera
2009-12-14 18:33:34 +00:00
parent a735b092e0
commit 65c0699816

View File

@@ -165,7 +165,7 @@ rule init ( version ? : command * : options * : requirement * )
# Otherwise we need to find a strip program to use. And hence
# also tell the link action that we need to use a strip
# post-process.
flags darwin.link NEED_STRIP $(condition)/<debug-symbols>off : "" ;
flags darwin.link NEED_STRIP $(condition)/<strip>off : "" ;
strip =
[ common.get-invocation-command darwin
: strip : [ feature.get-values <striper> : $(options) ] : $(bin) : search-path ] ;