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

link error with MSVC turned on Address Sanitizer #1145

@BH2WFR

Description

@BH2WFR

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?

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions