Adds options to speed up compilation
This commit is contained in:
parent
9725b90995
commit
72809caec0
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
# This is for the desktop version of librewolf
|
# This is for the desktop version of librewolf
|
||||||
ac_add_options --enable-application=browser
|
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:
|
# Folder to output the build files:
|
||||||
mk_add_options MOZ_OBJDIR=./obj_BUILD_OUTPUT
|
mk_add_options MOZ_OBJDIR=./obj_BUILD_OUTPUT
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue