зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
306 B
Bash
Executable File
10 строки
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
|