appveyor.yml: Override DFLAGS

Avoid using the default -O -release build flags when running the test
suite, and enable debug info generation instead, to ensure asserts are
enabled and meaningful stack traces are produced on failure.
This commit is contained in:
Vladimir Panteleev 2018-04-10 16:45:44 +00:00
parent 20b96adfad
commit 90a686e1ea
No known key found for this signature in database
GPG key ID: 5004F0FAD051576D

View file

@ -65,5 +65,5 @@ test_script:
- echo %DC%
- echo %PATH%
- '%DC% --version'
- make -f win32.mak rdmd dustmite ddemangle changed
- make -f win32.mak test
- make -f win32.mak DFLAGS=-g rdmd dustmite ddemangle changed
- make -f win32.mak DFLAGS=-g test