mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 04:55:44 +01:00
Fix typo in README.
This commit is contained in:
parent
7c3b4ab6f2
commit
814f13bfc6
@ -71,7 +71,7 @@ There are many different build modes available within the CMake buildsystem. Mos
|
|||||||
This instruments the code with MemorySanitizer to check for uninitialised
|
This instruments the code with MemorySanitizer to check for uninitialised
|
||||||
memory reads. Experimental, needs recent clang on Linux/x86_64.
|
memory reads. Experimental, needs recent clang on Linux/x86_64.
|
||||||
- MemSanDbg.
|
- MemSanDbg.
|
||||||
Same as ASan but slower, with debug information, better stack traces and
|
Same as MemSan but slower, with debug information, better stack traces and
|
||||||
origin tracking.
|
origin tracking.
|
||||||
- Check.
|
- Check.
|
||||||
This activates the compiler warnings that depend on optimization and treats
|
This activates the compiler warnings that depend on optimization and treats
|
||||||
|
Loading…
Reference in New Issue
Block a user