Skip to content

Commit 6f18b83

Browse files
authored
Merge pull request #1 from maxdoblas/ft/update-readme
Update Readme
2 parents 7cae067 + 0b5dfc1 commit 6f18b83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@ ctest -E edlib_tests --output-on-failure # Exclude Edlib tests
249249

250250
## Development and Debugging
251251

252+
> [!WARNING]
253+
> Use these commands at your own risk :D
254+
252255
For debugging, build using:
253256

254257
```bash
@@ -273,5 +276,8 @@ cmake -DCMAKE_BUILD_TYPE=Debug -DASAN=ON ..
273276
make
274277
```
275278

279+
> [!WARNING]
280+
> There are some known issues with ASAN and UBSAN in general. Check https://stackoverflow.com/a/77895910 for more information.
281+
276282
> [!WARNING]
277283
> ASAN and UBSAN could fail when executing the Python binding. This is known behavior.

0 commit comments

Comments
 (0)