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


Thanks,
Sathish

On Fri, May 18, 2018 at 7:28 PM, Sathish Kumar <connect.s...@gmail.com>
wrote:

> Ok, I will try.
>
> On Fri 18 May, 2018, 7:15 PM Richard Hipp, <d...@sqlite.org> wrote:
>
>> On 5/18/18, Sathish Kumar <connect.s...@gmail.com> wrote:
>> > Hi Richard,
>> >     Further update on this issue.
>> >
>> >     I am observing this issue only with the library build using
>> ndk-build
>> > via terminal and the library built via android studio gradle works
>> fine. Is
>> > there any difference in compiling sqlite using gradle and via ndk-build
>> via
>> > terminal ?
>>
>> Try building with compiler optimizations disabled (-O0) and see if
>> that makes a difference.
>>
>> --
>> 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