chessfriend/Cargo.toml
Eryn Wells 1d8a0dc3a4 Add a release-debug profile
This profile builds binaries for release, but includes debugging information.
Useful for profiling!
2025-06-19 14:27:52 -07:00

16 lines
218 B
TOML

[workspace]
members = [
"bitboard",
"board",
"chessfriend",
"core",
"explorer",
"moves",
"perft",
"position",
]
resolver = "3"
[profile.release-debug]
inherits = "release"
debug = true