mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
g++: Doing requested changes.
This commit is contained in:
parent
2480d161eb
commit
733d23ca38
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Gplusplus
|
# gplusplus
|
||||||
|
|
||||||
> Compiles C++ source files.
|
> Compiles C++ source files.
|
||||||
> Part of GCC (GNU Compiler Collection).
|
> Part of GCC (GNU Compiler Collection).
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
`g++ {{source.cpp}} -o {{output_executable}}`
|
`g++ {{source.cpp}} -o {{output_executable}}`
|
||||||
|
|
||||||
- Activate output of (almost) all errors and warnings:
|
- Display (almost) all errors and warnings:
|
||||||
|
|
||||||
`g++ {{source.cpp}} -Wall -o {{output_executable}}`
|
`g++ {{source.cpp}} -Wall -o {{output_executable}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue