From ab5e58bf29b65a436746d715254f0e9d1999d0fe Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Wed, 26 Jun 2024 08:29:47 +0100 Subject: [PATCH] Revert "build: only generate specified build type files" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6cb940a546c6229218277f35c2311f9781001b3d. PR-URL: https://github.com/nodejs/node/pull/53580 Reviewed-By: Michaƫl Zasso Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index df0d9d822d3e44..c6266cc89f83cc 100755 --- a/configure.py +++ b/configure.py @@ -2277,7 +2277,7 @@ def make_bin_override(): gyp_args += ['-Dpython=' + python] if options.use_ninja: - gyp_args += ['-f', 'ninja-' + flavor, '-G', 'config=' + config['BUILDTYPE']] + gyp_args += ['-f', 'ninja-' + flavor] elif flavor == 'win' and sys.platform != 'msys': gyp_args += ['-f', 'msvs', '-G', 'msvs_version=auto'] else: