Skip to content

Commit 9538137

Browse files
committed
fix: proper profile config
1 parent 03f1f11 commit 9538137

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
@@ -468,7 +468,7 @@ fn build_multiple_ciphers(out_path: &Path) -> PathBuf {
468468
.define("SQLITE_ENABLE_COLUMN_METADATA", "ON")
469469
.define("SQLITE_USE_URI", "ON")
470470
.define("CMAKE_POSITION_INDEPENDENT_CODE", "ON")
471-
.define("CMAKE_BUILD_TYPE", "Release");
471+
.profile("Release");
472472

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

0 commit comments

Comments
 (0)