since you have /MT i am assuming you will need /D "THREADSAFE". If you are used to MSVC and want to try another compiler i would suggest grabbing http://www.codeblocks.org, it is an IDE and you can import you MSVC project into it and compile with the MinGW/gcc compiler, which it will set up for you. Comming from a MSVC background i liked it.

From: Michael Sizaki <[EMAIL PROTECTED]>
Reply-To: sqlite-users@sqlite.org
To: sqlite-users@sqlite.org
Subject: [sqlite] Which VC6 options to use for fastest sqlite3?
Date: Mon, 09 Jan 2006 21:26:53 +0100

Hi,

which VC6 options to use for a very fast sqlite dll?
Any /D except NDEBUG?
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL"

Is there another C compiler that generates faster executables on
windows?

Michael


Reply via email to