mirror of
https://github.com/Feodor2/Mypal68.git
synced 2025-06-19 07:15:36 -04:00
10 lines
306 B
Bash
10 lines
306 B
Bash
#!/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
|