firefox: Fix error in dash

This commit is contained in:
Dylan Araps 2020-03-10 21:46:01 +02:00
parent 60acb1524f
commit fda245a00a
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -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