Commit 3bc22a95 authored by Stefan Behnel's avatar Stefan Behnel

Increase warning level in appveyor builds (could also use "/Wall", but let's...

Increase warning level in appveyor builds (could also use "/Wall", but let's see how spammy /W4 is).
parent 1cdfe5e3
......@@ -73,7 +73,7 @@ build_script:
test: off
test_script:
- "%PYTHON%\\Scripts\\pip.exe install -r test-requirements.txt"
- "set CFLAGS=/Od"
- "set CFLAGS=/Od /W4"
- "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp --no-code-style -j5"
artifacts:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment