humenda / rustl4re

This repository contains patches for the Rust to L4Re OS port. It's a place to gather patches before they find their way in the upstream projects.
15 stars 6 forks source link

Allow different subcommands and build types #7

Open humenda opened 1 year ago

humenda commented 1 year ago

At the moment, all code is built in release mode. While this is great for benchmarking, it is certainly suboptimal for development. Therefore, the make build system should offer an instruction to select the cargo subcommand and the build type in case of the subcommand "build".