From 5f874b60a86f399a857397b7d8705289fa8fc86a Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sat, 19 Oct 2024 14:49:21 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- docs/README-cmake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-cmake.md b/docs/README-cmake.md index 9e30abcdab..02b5d9495c 100644 --- a/docs/README-cmake.md +++ b/docs/README-cmake.md @@ -301,7 +301,7 @@ At the end of SDL CMake configuration, a table shows all CMake options along wit #### `SDL_LIBC=OFF` and sanitizers -Building with `-DSDL_LIBC=OFF` will make it impossible to use the sanitizer, such as the address sanitizer. +Building with `-DSDL_LIBC=OFF` will make it impossible to use the sanitizer, such as the address sanitizer. Configure your project with `-DSDL_LIBC=ON` to make use of sanitizers. ## CMake FAQ