On Sat, Oct 1, 2016 at 4:41 PM, Simon Slavin <[email protected]> wrote: > According to a 2012 post from DRH, try this compilation option: > > -DSQLITE_WITHOUT_ZONEMALLOC
Another, probably better way would be -DOSATOMIC_USE_INLINED=1. That will transparently substitute legacy atomic op interfaces with their <stdatomic.h> counterparts if targeting macOS 10.12+ or iOS 10.0+ (cmp. <libkern/OSAtomicDeprecated.h>). It might be a good idea if SQLite itself defined this before including <libkern/OSAtomic.h>. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

