mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
firefox: Fix error in dash
This commit is contained in:
parent
60acb1524f
commit
fda245a00a
@ -33,7 +33,7 @@ export CXX=${CXX:-g++}
|
||||
|
||||
# Keep memory usage as low as possible.
|
||||
export LDFLAGS="$LDFLAGS -Wl,--as-needed -Wl,--no-keep-memory -Wl,--stats"
|
||||
export MOZ_LINK_FLAGS=$LDFLAGS
|
||||
export MOZ_LINK_FLAGS="$LDFLAGS"
|
||||
export MOZ_DEBUG_FLAGS=-g0
|
||||
export RUSTFLAGS=-Cdebuginfo=0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user