Skip to content

Commit 035036b

Browse files
authored
disable debug-assert in groot (#2811)
Fixes #2807
1 parent 57b22fe commit 035036b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

interactive_engine/executor/assembly/groot/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ log4rs = "1.2"
1919
tokio = { version = "1.24", features = ["macros", "sync"] }
2020

2121
[features]
22-
column_filter_push_down = ["runtime_integration/column_filter_push_down"]
22+
column_filter_push_down = ["runtime_integration/column_filter_push_down"]
23+
24+
[profile.dev]
25+
26+
# TODO(siyuan): re-enable debug assertions by addressing the reports for misaligned pointer dereferences https://github.com/rust-lang/rust/pull/98112/
27+
debug-assertions = false

interactive_engine/executor/rust-toolchain.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)