In order to reduce SQLite's memory footprint in my embedded
application, I want to use the SQLITE_OMIT_xxx options to
remove unneeded features from SQLite.

Using Cygwin running on Windows, I have successfully down-
loaded the canonical sources and autoconfigured the Makefile.

The Makefile seems to indicate that in order to generate
the parser, opcodes, and keyword hash function so that they
omit the unneeded features, I need only add the following
line to the Makefile:

OPTS = -DSQLITE_OMIT_xxx -DSQLITE_OMIT_yyy ...

Is this correct?

Thanks,
- Richard
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to