mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
10 lines
250 B
Markdown
10 lines
250 B
Markdown
![]() |
# 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`
|