From: Francesco M. <f18...@ya...> - 2006-01-04 22:48:11
|
Hi, klaas.holwerda wrote: > Do you know where this setting comes from? > On the wxArt2d list knowledgable persons think it is not a good idea, > and should be solved different. sorry but I didn't followed the thread. If I understand it correctly, there is a problem having "/NODEFAULTLIB:MSVCRT.LIB" in release builds using MSVC6, right ? > > BTW Franscesco would it be possible to enable debug info in the lua > part of wxLua? aren't them already included when using WX_DEBUG=1 ? I wxLua/build/bakefiles/wxluabase.bkl I see: .... <set var="DEBUGINFO"> <if cond="WX_DEBUG=='1'">on</if> <if cond="WX_DEBUG=='0'">off</if> </set> ... <template id="wxlua-base"> .... <debug-info>$(DEBUGINFO)</debug-info> .... which sets the debug info ON in debug builds only. Why should them be needed also on release builds ? Francesco |