msys2 / msys2-runtime

Our friendly fork of Cygwin 💖 https://cygwin.org 💖 see the wiki for details
https://github.com/msys2/msys2-runtime/wiki
GNU General Public License v2.0
177 stars 38 forks source link

debug_printf #131

Open Vuniverse0 opened 1 year ago

Vuniverse0 commented 1 year ago

I was build dll with --enable_debugging in configure and -DDEBUGGING=1 in make but still hasn`t get debug output. Please tell me that I should do to see debug_printf output

Thanks.

Vuniverse0 commented 1 year ago

I was build msys-2.0.dll with --enable_debugging in configure and -DDEBUGGING=1(CFLAGS, CXXFLAGS). Then I try use this dll msys crashes. I can`t use debug dll with non debug build?