Zebrafish
Zebrafish

Reputation: 14182

How do I put a linker option in Compiler Explorer?

In Compiler Explorer I'm trying to compile something with MSVC, and I'm trying to have the address sanitizer throw an error, and in the output is says to:

warning C5072: ASAN enabled without debug information emission. Enable debug info for better ASAN error reporting

How do I place a linker flag instead of a compiler flag? I have placed /fsanitize=address but it says I should set /DEBUG for the linker flag.

Upvotes: 1

Views: 97

Answers (0)

Related Questions