On Mon, May 21, 2018 at 6:04 PM Richard Hipp <d...@sqlite.org> wrote:
> > 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. Either it is a bug in clang, or SQLite has an undefined behavior, which could cause differences in debug and release mode. Can you try to build with -fsanitize=undefined and see if it reports anything? Dominique _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users