From fda245a00a462add4b1a773598116948736780aa Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 10 Mar 2020 21:46:01 +0200 Subject: [PATCH] firefox: Fix error in dash --- extra/firefox/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/firefox/build b/extra/firefox/build index 7f3506a2..d496929f 100755 --- a/extra/firefox/build +++ b/extra/firefox/build @@ -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