5.1.7. GCC (GNU C Compiler)¶
GCC is an open source Compiler available as part of the GNU toolchain.
5.1.7.1. Compiler Options — Output¶
Compiler options to control the output of compilation.
- -o¶
The output file name
5.1.7.2. Compiler Options — Warnings¶
Compiler options to control the warnings
- -Wall¶
Enable and show all warnings
- -Werror¶
Treat warnings as error