We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499d450 commit ed943fcCopy full SHA for ed943fc
master/custom/factories.py
@@ -414,7 +414,7 @@ class WindowsArm32Build(WindowsBuild):
414
class WindowsArm32ReleaseBuild(WindowsArm32Build):
415
buildersuffix = ".nondebug"
416
buildFlags = WindowsArm32Build.buildFlags + ["-c", "Release"]
417
- remotePythonInfoFlags = WindowsArm32Build.remotePythonInfoFlags + ["-d"]
+ remotePythonInfoFlags = WindowsArm32Build.remotePythonInfoFlags + ["+d"]
418
testFlags = WindowsArm32Build.testFlags + ["+d"]
419
# keep default cleanFlags, both configurations get cleaned
420
factory_tags = ["win-arm32", "nondebug"]
0 commit comments