Roger Reghin wrote: > I managed to compile SQLite (2.8.8) under Linux with the ThreadSafe option > set to 1. > > It works, but the file size is twice as big as the original .so from the > SQLite site (without the ThreadSafe portion). > > What should I do, or, what I shouldn't do???
1. Run "strip" to remove symbolic information from the library. 2. Compile with -DNDEBUG=1 2. Compile with -O2
-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]