diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-19 17:26:38 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-19 17:26:38 -0500 |
commit | e458edc51d9d1c153578546dfa04168baf9f6bb9 (patch) | |
tree | 228d5b2a15eb48db99aaa6666a7f9eeb057f3f8a /browser/common/source_files | |
parent | Merge branch 'master' of gitlab.com:librewolf-community/librewolf (diff) | |
download | librewolf-linux-e458edc51d9d1c153578546dfa04168baf9f6bb9.tar.gz librewolf-linux-e458edc51d9d1c153578546dfa04168baf9f6bb9.tar.bz2 librewolf-linux-e458edc51d9d1c153578546dfa04168baf9f6bb9.zip |
fix build
Diffstat (limited to 'browser/common/source_files')
-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 |