fune/taskcluster/scripts/builder/hazard-shell.sh
Steve Fink 6cf5bd1291 Bug 1560667 - Switch hazard analysis over to gcc 8.3.0 r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D46682

--HG--
extra : moz-landing-system : lando
2019-10-02 03:19:06 +00:00

9 lines
306 B
Bash
Executable file

#!/bin/bash -ex
export CFLAGS="$CFLAGS -Wno-attributes -Wno-ignored-attributes"
export CXXFLAGS="$CXXFLAGS -Wno-attributes -Wno-ignored-attributes"
mkdir -p "$ANALYZED_OBJDIR"
cd "$ANALYZED_OBJDIR"
$SOURCE/js/src/configure --enable-debug --enable-optimize --enable-ctypes --enable-nspr-build
make -j8 -s