diff options
Diffstat (limited to 'testing/firefox/mozconfig')
-rw-r--r-- | testing/firefox/mozconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/firefox/mozconfig b/testing/firefox/mozconfig index a46b0f71c3..8fbbf3d6e6 100644 --- a/testing/firefox/mozconfig +++ b/testing/firefox/mozconfig @@ -26,6 +26,7 @@ ac_add_options --disable-install-strip ac_add_options --enable-gstreamer=1.0 ac_add_options --enable-official-branding +ac_add_options --enable-optimize="$CFLAGS" ac_add_options --enable-startup-notification ac_add_options --disable-cpp-exceptions @@ -50,3 +51,4 @@ export USE_SHORT_LIBNAME=1 mk_add_options BUILD_OFFICIAL=1 mk_add_options MOZILLA_OFFICIAL=1 mk_add_options USE_SHORT_LIBNAME=1 +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir |