Thanks for subsecond and question about release #4179
-
Hi dear and brilliant people! I just found out I have a big project that unfortunately is not so easy to refactor and even if I refactored it maybe it wouldn't change much in hot-reload times. I wonder: once I add the necessary code (for example |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, in |
Beta Was this translation helpful? Give feedback.
Yes, in
debugrelease, we do an early return which rust should be able to optimize away. The dependencies will still be required since there's no way to disable those in release, but they should also be dissolved away.