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 <[email protected]>
wrote:
> Ok, I will try.
>
> On Fri 18 May, 2018, 7:15 PM Richard Hipp, <[email protected]> wrote:
>
>> On 5/18/18, Sathish Kumar <[email protected]> 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
>> [email protected]
>>
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users