diff options
Diffstat (limited to 'browser/common/source_files/mozconfig')
-rw-r--r-- | browser/common/source_files/mozconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/browser/common/source_files/mozconfig b/browser/common/source_files/mozconfig index 306452c..4d5eb63 100644 --- a/browser/common/source_files/mozconfig +++ b/browser/common/source_files/mozconfig @@ -3,8 +3,8 @@ ac_add_options --enable-application=browser # This supposedly speeds up compilation (We test through dogfooding anyway) -# ac_add_options --disable-tests -# ac_add_options --disable-debug +ac_add_options --disable-tests +ac_add_options --disable-debug # Folder to output the build files: mk_add_options MOZ_OBJDIR=./obj_BUILD_OUTPUT |