Skip to content

Commit

Permalink
SERVER-78304 Removed rdynamic from windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
IamXander authored and Evergreen Agent committed Jun 22, 2023
1 parent a2e3317 commit a10a79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ elif use_libunwind == "auto":
use_libunwind = can_use_libunwind

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

use_vendored_libunwind = use_libunwind and not use_system_libunwind
Expand Down

0 comments on commit a10a79d

Please sign in to comment.