[Python-checkins] r59913 - python/trunk/PCbuild/_sqlite3.vcproj

Amaury Forgeot d'Arc amauryfa at gmail.com
Fri Jan 11 14:49:14 CET 2008


Hello Thomas,

It seems that you modified the PGInstrument and PGUpdate
configurations. Is it on purpose? IMO they should not be considered as
debug builds.

Also, in addition of the /MDd option, I propose to use all the usual
debug options. My preferred are:
cl /nologo /DNO_TCL /D_DEBUG /Od /Zi /MDd ..\*.c
link /nologo /dll /debug /def:..\sqlite3.def  /out:sqlite3_d.dll *.obj

-- 
Amaury Forgeot d'Arc


More information about the Python-checkins mailing list