mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 16:47:28 +01:00
SERVER-60263 switch dynamic-sdk link-model to use whole-archive for initializers
This commit is contained in:
parent
a5a3a0173f
commit
8aef619d23
@ -1948,7 +1948,7 @@ def init_no_global_libdeps_tag_emitter(target, source, env):
|
||||
line.
|
||||
"""
|
||||
|
||||
if link_model.startswith('dynamic'):
|
||||
if link_model == 'dynamic':
|
||||
start_flag = env.get('LINK_AS_NEEDED_LIB_START', '')
|
||||
end_flag = env.get('LINK_AS_NEEDED_LIB_END', '')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user