From 4cef2dd30440b95644736a3d3c395eede759fc6b Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Mon, 26 Aug 2024 00:19:38 +0200 Subject: [PATCH] chore: Comment out MOZ_PACKAGE_JSSHELL in mozconfig --- configs/common/mozconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/common/mozconfig b/configs/common/mozconfig index 5ee906150..ce942bd32 100644 --- a/configs/common/mozconfig +++ b/configs/common/mozconfig @@ -31,7 +31,7 @@ if test "$ZEN_RELEASE"; then ac_add_options --enable-release ac_add_options --disable-debug ac_add_options --disable-debug-symbols - #ac_add_options --disable-debug-js-modules + ac_add_options --disable-debug-js-modules ac_add_options --disable-tests ac_add_options --disable-jprof