This skill should be used when the user needs help with g++ CLI commands, flags, and troubleshooting.
Compact command reference for g++ v13.3.0.
g++ commandsCommand format examples:
| Flag | Short | Type | Description |
|---|---|---|---|
--help | `` | bool | Display this information. |
--sysroot |
| `` |
| string |
| Use <directory> as the root directory for headers |
--target-help | `` | bool | Display target specific command line options (including assembler and linker options). |
--version | `` | bool | Display compiler version information. |
-E | -E | bool | Preprocess only; do not compile, assemble or link. |
-S | -S | bool | Compile only; do not assemble or link. |
-c | -c | bool | Compile and assemble, but do not link. |
-v | -v | bool | Display the programs invoked by the compiler. |
No examples extracted.
references/commands.mdreferences/examples.mdAfter a CLI update, run /scan-cli or execute crawler + generator again.