Adds options to speed up compilation

This commit is contained in:
BeatLink 2019-07-04 05:39:11 -05:00
parent 9725b90995
commit 72809caec0

View file

@ -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