diff options
author | Bennett Goble <signal@lindenlab.com> | 2024-04-10 19:54:10 -0700 |
---|---|---|
committer | Bennett Goble <signal@lindenlab.com> | 2024-04-10 20:52:53 -0700 |
commit | 148f80f0779f42c1aa7d2f07c04a63507446662c (patch) | |
tree | 97e23835ebc467603faa15342db0cee7681499b5 /build.sh | |
parent | 72730609f371ae0417a2d117fdc9d805ce8858fb (diff) |
Linux: build with clang, link with mold
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -205,6 +205,7 @@ pre_build() -DVIEWER_CHANNEL:STRING="${viewer_channel}" \ -DGRID:STRING="\"$viewer_grid\"" \ -DTEMPLATE_VERIFIER_OPTIONS:STRING="$template_verifier_options" $template_verifier_master_url \ + $CMAKE_OPTIONS \ "${SIGNING[@]}" \ || fatal "$variant configuration failed" |