lean4-htt/tests/pkg/debug/lakefile.toml
Sebastian Ullrich 8e47d29bf9
feat: debug_assert! (#7256)
This PR introduces the `assert!` variant `debug_assert!` that is
activated when compiled with `buildType` `debug`.

---------

Co-authored-by: Mac Malone <tydeu@hatpress.net>
2025-03-03 16:34:44 +00:00

10 lines
123 B
TOML

name = "debug"
[[lean_exe]]
name = "release"
root = "Main"
[[lean_exe]]
name = "debug"
root = "Main"
buildType = "debug"