diff options
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 7ac7218..6c85e77 100644 --- a/firefox.spec +++ b/firefox.spec @@ -572,9 +572,9 @@ export MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS" export MOZ_SERVICES_SYNC="1" export STRIP=/bin/true %if 0%{?build_with_pgo} -GDK_BACKEND=x11 xvfb-run ./mach build +GDK_BACKEND=x11 xvfb-run ./mach build 2>&1 | cat - %else -./mach build +./mach build 2>&1 | cat - %endif # create debuginfo for crash-stats.mozilla.com |