Opened 6 years ago
Closed 6 years ago
#1826 closed enhancement (fixed)
Add option to enable AddressSanitizer on compilation
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | build system | Version: | development |
Keywords: | Cc: | dkamov, bbell, Vlad Merticariu | |
Complexity: | Medium |
Description
Add cmake option -DENABLE_ASAN=ON/OFF
to allow compilation with -fsanitize=address
, which turns on AddressSanitizer
During development it can be useful to turn it on with -DENABLE_ASAN=ON
Note:
See TracTickets
for help on using tickets.