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 03f1f11 commit 9538137Copy full SHA for 9538137
libsql-ffi/build.rs
@@ -468,7 +468,7 @@ fn build_multiple_ciphers(out_path: &Path) -> PathBuf {
468
.define("SQLITE_ENABLE_COLUMN_METADATA", "ON")
469
.define("SQLITE_USE_URI", "ON")
470
.define("CMAKE_POSITION_INDEPENDENT_CODE", "ON")
471
- .define("CMAKE_BUILD_TYPE", "Release");
+ .profile("Release");
472
473
if cfg!(feature = "wasmtime-bindings") {
474
config.define("LIBSQL_ENABLE_WASM_RUNTIME", "1");
0 commit comments