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 c03714f commit 89fe412Copy full SHA for 89fe412
libsql-ffi/build.rs
@@ -485,7 +485,7 @@ fn build_multiple_ciphers(out_path: &Path) -> PathBuf {
485
.define("SQLITE_ENABLE_COLUMN_METADATA", "ON")
486
.define("SQLITE_USE_URI", "ON")
487
.define("CMAKE_POSITION_INDEPENDENT_CODE", "ON")
488
- .define("CMAKE_BUILD_TYPE", "Release");
+ .profile("Release");
489
490
if cfg!(feature = "wasmtime-bindings") {
491
config.define("LIBSQL_ENABLE_WASM_RUNTIME", "1");
0 commit comments