When I compile the amalgamation with

> gcc -Os -c sqlite3.c

I get a 415 KB sqlite3.o. But when I use

> gcc -Os -c -DSQLITE_OMIT_UTF16 sqlite3,c

I get a 409 KB file.

The thing I don't understand is how can this be, because when I search
sqlite3.c for "SQLITE_OMIT_UTF16", I am told it doesn't exist in this file!
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to