summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorBennett Goble <signal@lindenlab.com>2024-04-10 19:54:10 -0700
committerBennett Goble <signal@lindenlab.com>2024-04-10 20:52:53 -0700
commit148f80f0779f42c1aa7d2f07c04a63507446662c (patch)
tree97e23835ebc467603faa15342db0cee7681499b5 /build.sh
parent72730609f371ae0417a2d117fdc9d805ce8858fb (diff)
Linux: build with clang, link with mold
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 2f034f3c51..88dd665ba6 100755
--- a/build.sh
+++ b/build.sh
@@ -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"