We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7554b25 commit 8f562a1Copy full SHA for 8f562a1
README.md
@@ -249,6 +249,9 @@ ctest -E edlib_tests --output-on-failure # Exclude Edlib tests
249
250
## Development and Debugging
251
252
+> [!WARNING]
253
+> Use these commands at your own risk :D
254
+
255
For debugging, build using:
256
257
```bash
@@ -273,5 +276,8 @@ cmake -DCMAKE_BUILD_TYPE=Debug -DASAN=ON ..
273
276
make
274
277
```
275
278
279
280
+> There are some known issues with ASAN and UBSAN in general. Check https://stackoverflow.com/a/77895910 for more information.
281
282
> [!WARNING]
283
> ASAN and UBSAN could fail when executing the Python binding. This is known behavior.
0 commit comments