Skip to content

Commit 89fe412

Browse files
committed
fix: proper profile config
1 parent c03714f commit 89fe412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsql-ffi/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ fn build_multiple_ciphers(out_path: &Path) -> PathBuf {
485485
.define("SQLITE_ENABLE_COLUMN_METADATA", "ON")
486486
.define("SQLITE_USE_URI", "ON")
487487
.define("CMAKE_POSITION_INDEPENDENT_CODE", "ON")
488-
.define("CMAKE_BUILD_TYPE", "Release");
488+
.profile("Release");
489489

490490
if cfg!(feature = "wasmtime-bindings") {
491491
config.define("LIBSQL_ENABLE_WASM_RUNTIME", "1");

0 commit comments

Comments
 (0)