2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

firefox: further tweaks

This commit is contained in:
Dylan Araps 2020-05-06 03:01:24 +03:00
parent 444830a73a
commit d2e57de0d9
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -33,8 +33,8 @@ export PATH="$PWD/junk/bin:$PATH"
mkdir -p build
cd build
export CC="${CC:-clang}"
export CXX="${CXX:-clang++}"
export CC="${CC:-gcc}"
export CXX="${CXX:-g++}"
export LDFLAGS="$LDFLAGS -Wl,-rpath=/usr/lib/firefox"
export MOZ_DEBUG_FLAGS=-g0
export MOZ_NOSPAM=1
@ -80,7 +80,7 @@ export RUSTFLAGS=-Cdebuginfo=0
--disable-eme \
--disable-necko-wifi
make
make V=0
make DESTDIR="$1" install
# Remove a lot of uneeded "stuff".