https://bugs.winehq.org/show_bug.cgi?id=40330
--- Comment #1 from Adam Buchbinder adam.buchbinder@gmail.com --- Update: it gets much further with:
$ ./configure --enable-win64 CFLAGS="-g -O1 -fsanitize=address" LDFLAGS="-fsanitize=address"
But still fails at the DLL stage:
make[1]: Entering directory `/home/abuchbinder/software/wine/dlls/acledit' ../../tools/winegcc/winegcc -o acledit.dll.so -B../../tools/winebuild -m64 -fasynchronous-unwind-tables -shared acledit.spec \ main.o ../../libs/port/libwine_port.a -fsanitize=address main.o: In function `DllMain': /home/abuchbinder/software/wine/dlls/acledit/main.c:38: undefined reference to `__asan_report_load1' ...