From 8b4c244194023a5e4348d1c7e25a479fb5fd56ae Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 19 May 2017 12:21:00 +0200 Subject: [PATCH] Don't build with d-trace in debug mode --- firefox.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index a107f18..8ffe505 100644 --- a/firefox.spec +++ b/firefox.spec @@ -400,7 +400,6 @@ echo "ac_add_options --disable-system-hunspell" >> .mozconfig %if %{?debug_build} echo "ac_add_options --enable-debug" >> .mozconfig echo "ac_add_options --disable-optimize" >> .mozconfig -echo "ac_add_options --enable-dtrace" >> .mozconfig %else %define optimize_flags "none" # Fedora 26 (gcc7) needs to disable default build flags (mozbz#1342344)