You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, you can only run rustic-babel blocks with the default cargo profile, debug. I was trying to debug an issue that needed ballpark timing estimates, but there was no way to specify --release. It would be nice if you could do :profile 'release, similar to how the :toolchain option works.
The text was updated successfully, but these errors were encountered:
Currently, you can only run rustic-babel blocks with the default cargo profile,
debug
. I was trying to debug an issue that needed ballpark timing estimates, but there was no way to specify--release
. It would be nice if you could do:profile 'release
, similar to how the:toolchain
option works.The text was updated successfully, but these errors were encountered: