Re: [sqlite] Compilation flags required for amalgamation

2010-10-28 Thread Richard Hipp
On Thu, Oct 28, 2010 at 2:59 AM, Navaneeth.K.N wrote: > Hello, > > I am trying to understand the compilation flags required to use for > compiling the amalgamation copied into my source code directory. I > can't use the make files provided with the amalgamation as I am using > a different build sy

[sqlite] Compilation flags required for amalgamation

2010-10-28 Thread Navaneeth.K.N
Hello, I am trying to understand the compilation flags required to use for compiling the amalgamation copied into my source code directory. I can't use the make files provided with the amalgamation as I am using a different build system using CMake. Currently I am using only "SQLITE_THREADSAFE=1"