Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cubesql): Set opt-level to 1 in dev debug builds
This avoids stack overflows in datafusion, caused by very inefficient Rust stack layout in opt-level 0, that makes the sql_expr_to_logical_expr function, called recursively, use 50KB stack frames. (Some other functions use 90KB or over 100KB, as well.)
- Loading branch information