mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 08:43:50 +00:00
15 lines
343 B
Plaintext
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`
|