sqlite-android icon indicating copy to clipboard operation
sqlite-android copied to clipboard

Use of compile option -latomic gives warning about incorrect builds

Open stleusc opened this issue 1 year ago • 1 comments

I am getting this warning below.

Android NDK: WARNING:..../jni/Android.mk:sqlite3x: non-system libraries in linker flags: -latomic
Android NDK:     This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
Android NDK:     or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
Android NDK:     current module

Any ideas if this causes issues? What does this 'atomic' library do?

stleusc avatar May 24 '24 12:05 stleusc

The warning reported in gradle sync stage, and it is gone when building, so i guess it doesn't matter

bellyjuice avatar Aug 13 '24 09:08 bellyjuice