diff options
author | Martin Stransky <stransky@redhat.com> | 2017-05-19 12:21:00 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-05-19 12:21:00 +0200 |
commit | 8b4c244194023a5e4348d1c7e25a479fb5fd56ae (patch) | |
tree | ef848e13c201f8720264ec944e8bea0a6509c72c | |
parent | Updated mozilla-1337988.patch to build on arm (diff) | |
download | librewolf-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
-rw-r--r-- | firefox.spec | 1 |
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) |