summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec1
1 files changed, 0 insertions, 1 deletions
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)
bgstack15