summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-05-19 12:21:00 +0200
committerMartin Stransky <stransky@redhat.com>2017-05-19 12:21:00 +0200
commit8b4c244194023a5e4348d1c7e25a479fb5fd56ae (patch)
treeef848e13c201f8720264ec944e8bea0a6509c72c /firefox.spec
parentUpdated mozilla-1337988.patch to build on arm (diff)
downloadlibrewolf-fedora-ff-8b4c244194023a5e4348d1c7e25a479fb5fd56ae.tar.gz
librewolf-fedora-ff-8b4c244194023a5e4348d1c7e25a479fb5fd56ae.tar.bz2
librewolf-fedora-ff-8b4c244194023a5e4348d1c7e25a479fb5fd56ae.zip
Don't build with d-trace in debug mode
Diffstat (limited to 'firefox.spec')
-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