Commit Graph

3 Commits

Author SHA1 Message Date
Simon Laux
482abe154e make the repl tool work with the tokio console
https://github.com/tokio-rs/console/tree/main

this can help with debugging async stuff.
2023-05-22 21:02:30 +02:00
Floris Bruynooghe
056b8ba1e8 link tokio issue, remove opt-level line
opt-level relies on the default instead
2022-11-04 12:32:22 +00:00
Floris Bruynooghe
ccd4d46391 Do not use optimised debug builds
Optimised debug builds result in an extremely slow code-build-test
cycle.  The reason we do this is because we have a few tests which end
up overflowing the stack.  This increases the stack instead.
2022-11-04 12:32:22 +00:00