From 03cd82fba6e31b349b5de485498e602311f5b4c6 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Tue, 25 Jun 2024 10:02:45 +0100 Subject: [PATCH] Revert "build: only generate specified build type files" This reverts commit 6cb940a546c6229218277f35c2311f9781001b3d. --- 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: