The International Simutrans Forum

Development => Technical Documentation => Topic started by: prissi on January 13, 2025, 12:29:57 PM

Title: Does compiling with the new sanitize flags work?
Post by: prissi on January 13, 2025, 12:29:57 PM
I am stuck at endless linker errors, even scrolling after 10 min ... (on Mingw)
Title: Re: Does compiling with the new sanitize flags work?
Post by: ceeac on January 14, 2025, 07:54:43 PM
GCC does not seem to support the sanitizers on Windows:
https://stackoverflow.com/questions/55018627/cannot-find-lasan-using-address-sanitizer-in-mingw-in-windows-mingw/55019187#55019187
Title: Re: Does compiling with the new sanitize flags work?
Post by: prissi on January 15, 2025, 01:08:50 AM
Thanks, so I will continue to use the MSVC address sanitise that works with the internal debugger. Maybe we need to disable the flags on windows then.