| Crates.io | baldr |
| lib.rs | baldr |
| version | 0.2.2 |
| created_at | 2024-09-28 20:25:53.153123+00 |
| updated_at | 2025-05-24 11:13:20.90475+00 |
| description | Convenience tool for building and running C++ code. |
| homepage | https://github.com/ystre/baldr |
| repository | https://github.com/ystre/baldr.git |
| max_upload_size | |
| id | 1390339 |
| size | 64,839 |
Convenience tool for building and running C++ code.
Example command:
baldr -p $PROJECT_DIR -j 4 -t $CMAKE_TARGET -b Release -s asan -D$CMAKE_ARG -r --debug -- $ARGS
Multiple CMake arguments can be defined by specifying -D multiple times.
Everything after double dash -- is forwarded to the built binary.