我正在尝试构建我的项目
g++ -O0 -g -fsanitize=address -fno-omit-frame-pointer
但得到很多错误,如:
/home/user/libs/opencv/include/opencv2/core/mat.hpp:715: undefined reference to `__asan_report_load8'
如何使用 AddressSanitize 支持编译项目?
我的 gcc 版本是 4.8.4。
我正在尝试构建我的项目
g++ -O0 -g -fsanitize=address -fno-omit-frame-pointer
但得到很多错误,如:
/home/user/libs/opencv/include/opencv2/core/mat.hpp:715: undefined reference to `__asan_report_load8'
如何使用 AddressSanitize 支持编译项目?
我的 gcc 版本是 4.8.4。