Comment 1 for bug 254228

Revision history for this message
Sep870 (sep870) wrote :

Solution:
Replace line in debian/rules:

DEB_OPT_FLAG := -O2 -fno-strict-aliasing -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3

to:

DEB_OPT_FLAG := -O2 -fno-strict-aliasing -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -fno-inline-small-functions

[from: http://<email address hidden>/msg35393.html]

Regards
sep