We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cbbd9 commit e315dfdCopy full SHA for e315dfd
ext/sqlite3/extconf.rb
@@ -63,7 +63,8 @@ def configure_packaged_libraries
63
"-fvisibility=hidden", # see https://github.com/rake-compiler/rake-compiler-dock/issues/87
64
"-DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1",
65
"-DSQLITE_USE_URI=1",
66
- "-DSQLITE_ENABLE_DBPAGE_VTAB=1"
+ "-DSQLITE_ENABLE_DBPAGE_VTAB=1",
67
+ "-DSQLITE_ENABLE_DBSTAT_VTAB=1"
68
]
69
env["CFLAGS"] = [user_cflags, env["CFLAGS"], more_cflags].flatten.join(" ")
70
recipe.configure_options += env.select { |k, v| ENV_ALLOWLIST.include?(k) }
0 commit comments