This profile builds binaries for release, but includes debugging information. Useful for profiling!
16 lines
218 B
TOML
16 lines
218 B
TOML
[workspace]
|
|
members = [
|
|
"bitboard",
|
|
"board",
|
|
"chessfriend",
|
|
"core",
|
|
"explorer",
|
|
"moves",
|
|
"perft",
|
|
"position",
|
|
]
|
|
resolver = "3"
|
|
|
|
[profile.release-debug]
|
|
inherits = "release"
|
|
debug = true
|