mirror of
https://github.com/bkaradzic/bx.git
synced 2026-08-22 02:58:34 +00:00
Suppress MSVC CRT assert dialogs. (#395)
This commit is contained in:
committed by
GitHub
parent
217823bc0a
commit
eed706fb27
@@ -79,7 +79,7 @@ int runAllTests(int32_t _argc, const char* _argv[])
|
||||
ConfigData config;
|
||||
config.defaultColourMode = BX_PLATFORM_EMSCRIPTEN
|
||||
? ColourMode::None
|
||||
: ColourMode::PlatformDefault
|
||||
: ColourMode::PlatformDefault
|
||||
;
|
||||
config.showDurations = ShowDurations::Always;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user