aboutsummaryrefslogtreecommitdiff
path: root/browser
diff options
context:
space:
mode:
Diffstat (limited to 'browser')
-rw-r--r--browser/common/source_files/mozconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/browser/common/source_files/mozconfig b/browser/common/source_files/mozconfig
index 4d5eb63..306452c 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
bgstack15