From 72809caec0000b1add4c3a1be65c4d2d8872576a Mon Sep 17 00:00:00 2001 From: BeatLink Date: Thu, 4 Jul 2019 05:39:11 -0500 Subject: Adds options to speed up compilation --- browser/common/source_files/mozconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser/common/source_files/mozconfig b/browser/common/source_files/mozconfig index 4c1a673..4d5eb63 100644 --- a/browser/common/source_files/mozconfig +++ b/browser/common/source_files/mozconfig @@ -2,6 +2,10 @@ # This is for the desktop version of librewolf 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 + # Folder to output the build files: mk_add_options MOZ_OBJDIR=./obj_BUILD_OUTPUT -- cgit