Hi Richard,
     Today, i verified with android NDK 17 and It is working fine without
disabling compiler optimization.

Thanks,
Sathish

On Mon, May 21, 2018 at 9:41 PM, Sathish Kumar <connect.s...@gmail.com>
wrote:

> 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