mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Update CATCH_CONFIG_WINDOWS_CRTDBG docs to reflect new distribution
This commit is contained in:
parent
fe405034b8
commit
04c171f91f
@ -163,7 +163,10 @@ Currently Catch enables `CATCH_CONFIG_WINDOWS_SEH` only when compiled with MSVC,
|
|||||||
|
|
||||||
`CATCH_CONFIG_POSIX_SIGNALS` is on by default, except when Catch is compiled under `Cygwin`, where it is disabled by default (but can be force-enabled by defining `CATCH_CONFIG_POSIX_SIGNALS`).
|
`CATCH_CONFIG_POSIX_SIGNALS` is on by default, except when Catch is compiled under `Cygwin`, where it is disabled by default (but can be force-enabled by defining `CATCH_CONFIG_POSIX_SIGNALS`).
|
||||||
|
|
||||||
`CATCH_CONFIG_WINDOWS_CRTDBG` is off by default. If enabled, Windows's CRT is used to check for memory leaks, and displays them after the tests finish running.
|
`CATCH_CONFIG_WINDOWS_CRTDBG` is off by default. If enabled, Windows's
|
||||||
|
CRT is used to check for memory leaks, and displays them after the tests
|
||||||
|
finish running. This option only works when linking against the default
|
||||||
|
main, and must be defined for the whole library build.
|
||||||
|
|
||||||
`CATCH_CONFIG_WCHAR` is on by default, but can be disabled. Currently
|
`CATCH_CONFIG_WCHAR` is on by default, but can be disabled. Currently
|
||||||
it is only used in support for DJGPP cross-compiler.
|
it is only used in support for DJGPP cross-compiler.
|
||||||
|
Loading…
Reference in New Issue
Block a user