Skip to content

Commit a10a79d

Browse files
IamXanderEvergreen Agent
authored and
Evergreen Agent
committed
SERVER-78304 Removed rdynamic from windows builds
1 parent a2e3317 commit a10a79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2198,7 +2198,7 @@ elif use_libunwind == "auto":
21982198
use_libunwind = can_use_libunwind
21992199

22002200
# TODO SERVER-75120: Revert the special handling for arch when this ticket is complete
2201-
if not can_use_libunwind_arch:
2201+
if not can_use_libunwind_arch and env.TargetOSIs('linux'):
22022202
env.Append(LINKFLAGS=['-rdynamic'])
22032203

22042204
use_vendored_libunwind = use_libunwind and not use_system_libunwind

0 commit comments

Comments
 (0)