From f9cab004186edb425a9b88ad649726605080a17c Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 20 Apr 2020 20:49:37 -0700 Subject: move browser to webbrowser/ --- config/mozconfigs/win64/debug | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 config/mozconfigs/win64/debug (limited to 'config/mozconfigs/win64/debug') diff --git a/config/mozconfigs/win64/debug b/config/mozconfigs/win64/debug deleted file mode 100644 index 7320d9c..0000000 --- a/config/mozconfigs/win64/debug +++ /dev/null @@ -1,22 +0,0 @@ -. "$topsrcdir/browser/config/mozconfigs/common" - -ac_add_options --target=x86_64-pc-mingw32 -ac_add_options --host=x86_64-pc-mingw32 - -ac_add_options --enable-debug -ac_add_options --enable-trace-malloc -ac_add_options --enable-signmar - -# Needed to enable breakpad in application.ini -export MOZILLA_OFFICIAL=1 - -if test -z "${_PYMAKE}"; then - mk_add_options MOZ_MAKE_FLAGS=-j1 -fi - -# Package js shell. -export MOZ_PACKAGE_JSSHELL=1 - -. $topsrcdir/build/win64/mozconfig.vs2010 - -. "$topsrcdir/build/mozconfig.common.override" -- cgit v1.2.3