私は自分のプロジェクトを構築しようとしています
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 です。