forked from kiss-community/repo
firefox: further tweaks
This commit is contained in:
parent
444830a73a
commit
d2e57de0d9
@ -33,8 +33,8 @@ export PATH="$PWD/junk/bin:$PATH"
|
|||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
export CC="${CC:-clang}"
|
export CC="${CC:-gcc}"
|
||||||
export CXX="${CXX:-clang++}"
|
export CXX="${CXX:-g++}"
|
||||||
export LDFLAGS="$LDFLAGS -Wl,-rpath=/usr/lib/firefox"
|
export LDFLAGS="$LDFLAGS -Wl,-rpath=/usr/lib/firefox"
|
||||||
export MOZ_DEBUG_FLAGS=-g0
|
export MOZ_DEBUG_FLAGS=-g0
|
||||||
export MOZ_NOSPAM=1
|
export MOZ_NOSPAM=1
|
||||||
@ -80,7 +80,7 @@ export RUSTFLAGS=-Cdebuginfo=0
|
|||||||
--disable-eme \
|
--disable-eme \
|
||||||
--disable-necko-wifi
|
--disable-necko-wifi
|
||||||
|
|
||||||
make
|
make V=0
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
|
||||||
# Remove a lot of uneeded "stuff".
|
# Remove a lot of uneeded "stuff".
|
||||||
|
Loading…
Reference in New Issue
Block a user