repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1687263: part 4) Defer and in some cases avoid removing spellchecking-ranges...
[gecko.git]
/
build
/
mozconfig.wasm-sandboxing
blob
4cd4cc48a73ec66fcb2942d20a9d7d8fa38d0730
1
# Tell the build system about bits to build sandboxed wasm libraries.
2
case "$PERFHERDER_EXTRA_OPTIONS" in
3
base-toolchains*)
4
# Clang versions < 8.0 don't support wasm.
5
;;
6
*)
7
export WASM_SANDBOXED_LIBRARIES=graphite,ogg
8
;;
9
esac