Files
cheatsheet-tldr/tldr/musl-gcc

15 lines
343 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# musl-gcc
> A wrapper around `gcc` that automatically sets options for linking against musl libc.
> All options specified are passed directly to `gcc`.
> More information: <https://manned.org/musl-gcc>.
- View documentation for `gcc`:
`tldr gcc`