SQLite Forum

Detect R*Tree support at compile time
Login
I assume your desire is to figure out what some compiled version of the SQLite library can do. It can be built in many variations. The published source does not show what preprocessor inputs were used for a build.

If you dislike the compile_options pragma, there are tools for dumping exported symbols from linkable objects.