Skip to content

Commit ed943fc

Browse files
Paul Monsonzware
Paul Monson
authored andcommitted
add +d to match test.bat
1 parent 499d450 commit ed943fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ class WindowsArm32Build(WindowsBuild):
414414
class WindowsArm32ReleaseBuild(WindowsArm32Build):
415415
buildersuffix = ".nondebug"
416416
buildFlags = WindowsArm32Build.buildFlags + ["-c", "Release"]
417-
remotePythonInfoFlags = WindowsArm32Build.remotePythonInfoFlags + ["-d"]
417+
remotePythonInfoFlags = WindowsArm32Build.remotePythonInfoFlags + ["+d"]
418418
testFlags = WindowsArm32Build.testFlags + ["+d"]
419419
# keep default cleanFlags, both configurations get cleaned
420420
factory_tags = ["win-arm32", "nondebug"]

0 commit comments

Comments
 (0)