mozconfig.haz_shell (594B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 # This mozconfig is for compiling the JS shell that runs the static rooting 6 # hazard analysis. See 7 # <https://wiki.mozilla.org/Javascript:SpiderMonkey:ExactStackRooting>. 8 9 ac_add_options --enable-ctypes 10 ac_add_options --enable-project=js 11 ac_add_options --enable-nspr-build 12 ac_add_options --disable-jemalloc 13 14 if [ -n "$AUTOMATION" ]; then 15 mk_add_options MOZ_OBJDIR="${HAZARD_SHELL_OBJDIR}" 16 fi