summaryrefslogtreecommitdiff
path: root/moz.configure
diff options
context:
space:
mode:
authorFranklinDM <mrmineshafter17@gmail.com>2022-08-05 12:29:07 +0800
committerFranklinDM <mrmineshafter17@gmail.com>2022-12-24 12:57:44 +0800
commitabf74404c5e564af77e10741b443b42a7d677170 (patch)
treef8d6c0d069319cf40c9442a59bb9b806e4b50e5d /moz.configure
parent012669ee58229ea90ca39ccdbb85f91b38af7c9a (diff)
downloaduxp-abf74404c5e564af77e10741b443b42a7d677170.tar.gz
Issue #2065 - Part 1: Restore FasterMake build backend
I use this for quickly rebuilding and preprocessing the JS/XUL/CSS assets them without the need to recompile the IDL interfaces and other unnecessary items.
Diffstat (limited to 'moz.configure')
-rw-r--r--moz.configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/moz.configure b/moz.configure
index e3ee68bac3..f3718f9493 100644
--- a/moz.configure
+++ b/moz.configure
@@ -46,8 +46,8 @@ include('build/moz.configure/warnings.configure',
include(include_project_configure)
-# We only support one build-backend, namely RecursiveMake.
-set_config('BUILD_BACKENDS', tuple(['RecursiveMake']))
+# Supported build back-ends: RecursiveMake and FasterMake
+set_config('BUILD_BACKENDS', tuple(['RecursiveMake', 'FasterMake']))
# Awk detection