Thanks for reply. I always use ./configure && make to compile sqlite.
./configure can add some compile options, but I don't know how to add -Dxxx option in this compilation process. On Thu, Jan 9, 2020 at 5:29 PM Simon Slavin <[email protected]> wrote: > On 9 Jan 2020, at 6:47am, Xingwei Lin <[email protected]> wrote: > > > How can I pass -Dxxx compile option when I build sqlite? Such as, - > > DSQLITE_ENABLE_INTERNAL_FUNCTIONS. > > Depends on which compiler you're using. See examples for gcc on this page: > > <https://www.sqlite.org/howtocompile.html> > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > -- Best regards, Xingwei Lin _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

