This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Description
My project is dependent on ceres-solver, and the ceres-solver depends on glog and gflags.
my compiler is MSVC 14.x, and It works well without /fsanitize=address compile option. but when I turn on this (to turn on Address Sanitizer), it causes link errors like picture below:
I used to compile glog and gflags again with /fsanitize=address option added, but it doesn't work.
Anybody met similar problems?
