mirror of
https://github.com/dlang/tools.git
synced 2025-04-27 21:51:44 +03:00
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:
parent
20b96adfad
commit
90a686e1ea
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue