summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6cef9ed46..b866e0090 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -80,7 +80,8 @@ build_script:
test: off
test_script:
- - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp"
+ - "set CFLAGS=/Od"
+ - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp -j4"
artifacts:
- path: dist\*