msys2 / msys2-runtime

Our friendly fork of Cygwin 💖 https://cygwin.org 💖 see the wiki for details

Home Page:https://github.com/msys2/msys2-runtime/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debug_printf

Vuniverse0 opened this issue · comments

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.

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?