Commit 4a4e2e8
committed
msvc: avoid debug assertion windows in Debug Mode
For regular debugging, it is pretty helpful when a debug assertion in a
running application triggers a window that offers to start the debugger.
However, when running the test suite, it is not so helpful, in
particular when the debug assertions are then suppressed anyway because
we disable the invalid parameter checking (via invalidcontinue.obj, see
the comment in config.mak.uname about that object for more information).
So let's simply disable that window in Debug Mode (it is already
disabled in Release Mode).
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 081971a commit 4a4e2e8
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2975 | 2975 | | |
2976 | 2976 | | |
2977 | 2977 | | |
| 2978 | + | |
| 2979 | + | |
| 2980 | + | |
| 2981 | + | |
2978 | 2982 | | |
2979 | 2983 | | |
2980 | 2984 | | |
| |||
2999 | 3003 | | |
3000 | 3004 | | |
3001 | 3005 | | |
| 3006 | + | |
| 3007 | + | |
| 3008 | + | |
| 3009 | + | |
3002 | 3010 | | |
3003 | 3011 | | |
3004 | 3012 | | |
| |||
0 commit comments