Commit c1f756f
authored
Disable LTO to avoid missing symbols in some envs (#415)
LTO may not always work correctly, for whatever reason, resulting in
e.g.
> node_modules/argon2/build/Release/argon2.node: undefined symbol: argon2_ctx
Removing LTO seems to be fine, and resolves the above issue.1 parent 2afef9c commit c1f756f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments