Bug 1687263: part 4) Defer and in some cases avoid removing spellchecking-ranges...
[gecko.git] / build / mozconfig.wasm-sandboxing
blob4cd4cc48a73ec66fcb2942d20a9d7d8fa38d0730
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