mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-11 02:49:06 +00:00
7 lines
197 B
Bash
7 lines
197 B
Bash
#!/bin/bash -ex
|
|
|
|
mkdir -p "$ANALYZED_OBJDIR"
|
|
cd "$ANALYZED_OBJDIR"
|
|
$SOURCE/js/src/configure --enable-debug --enable-optimize --enable-stdcxx-compat --enable-ctypes --enable-nspr-build
|
|
make -j12 -s
|