|
|
|
|
|
by ho_schi
761 days ago
|
|
Yep. Theoretically it is possible but libasan is not intended for linking or shipping in production. Also stuff like LeakSanitizer[1] actually cannot [1] be used with GDB. While shipping debug symbols is something I recommend and has no side-effects aside from mere file-size (debug symbols are only loaded when used). Usual exceptions apply as you encounter them. [1] https://github.com/google/sanitizers/issues/857 |
|