Update docs/en/development/tests.md

Co-authored-by: Raúl Marín <git@rmr.ninja>
This commit is contained in:
Robert Schulze 2024-06-13 15:43:30 +02:00 committed by GitHub
parent df607c535c
commit e8ac8d46ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -230,7 +230,7 @@ For production builds, clang is used, but we also test make gcc builds. For deve
## Sanitizers {#sanitizers}
:::note
Make sure to have address space layout randomization disabled when running sanitizer builds locally: `sudo sysctl kernel.randomize_va_space=0`
If the process crashes at the start when running it locally, you might need to disable address space layout randomization: `sudo sysctl kernel.randomize_va_space=0`
:::
### Address sanitizer