Thanks, I will do that.

Thanks,
Sathish


On Mon 21 May, 2018, 9:34 PM Richard Hipp, <d...@sqlite.org> wrote:

> On 5/21/18, Sathish Kumar <connect.s...@gmail.com> 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
> d...@sqlite.org
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to