| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-08 | Rustfmt | bjorn3 | -18/+17 | |
| 2024-11-24 | Support rpath with -Clinker-flavor=ld | Mads Marquart | -0/+7 | |
| Using `cc_args` panics when using `-Clinker-flavor=ld`, because the arguments are in a form tailored for `-Clinker-flavor=gcc`. So instead, we use `link_args` and let that wrap the arguments with the appropriate `-Wl` or `-Xlinker` when needed. | ||||
| 2024-11-24 | Support linker arguments that contain commas | Mads Marquart | -0/+25 | |
