On 5/21/18, Sathish Kumar <[email protected]> wrote: > Hi Richard, > Yes, it works if i disable the compiler optimization. Below is what i > used in my Android.mk file. Will it create any side effects if we disable > compiler optimization ? > > LOCAL_CFLAGS += -O0 > > LOCAL_CPPFLAGS += -O0
Looks like you have found a bug in clang. I recommend updating to the latest version of the compiler that you can get your hands on, and see if that doesn't fix the problem. Running SQLite with compiler optimizations off will make it slower. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

