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
The rustbuild code is really bloated with code handling options from both config.mk and config.toml. We can silently replace configure with a script that generates TOML instead.
That should be possible with bash, but we can also use Python due to it's advantage like being cross platform, and a more general purpose language.
The text was updated successfully, but these errors were encountered:
The rustbuild code is really bloated with code handling options from both
config.mk
andconfig.toml
. We can silently replace configure with a script that generates TOML instead.That should be possible with bash, but we can also use Python due to it's advantage like being cross platform, and a more general purpose language.
The text was updated successfully, but these errors were encountered: