Skip to content

Commit

Permalink
replaced default value of preload_root_libraries to true
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederickDeny committed Aug 19, 2024
1 parent 928dcc2 commit 8c3a8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e4s_cl/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def __str__(self):
ConfigurationField(
"preload_root_libraries",
bool,
lambda: False,
lambda: True,
"Insert LD_PRELOAD calls to ensure bound libraries are preloaded. Required when using RPATH'ed libraries",
),
ConfigurationField(
Expand Down

0 comments on commit 8c3a8ab

Please sign in to comment.