компилятор C и C ++ проекта GNU (GNU project C and C++ compiler)
Синопсис (Synopsis)
gcc [-c
|-S
|-E
] [-std=
standard]
[-g
] [-pg
] [-O
level]
[-W
warn...] [-Wpedantic
]
[-I
dir...] [-L
dir...]
[-D
macro[=defn]...] [-U
macro]
[-f
option...] [-m
machine-option...]
[-o
outfile] [@file] infile...
Only the most useful options are listed here; see below for the
remainder. g++
accepts mostly the same options as gcc
.