Language
C++
Compiler
gcc HEAD 11.0.0 20200713 (experimental)
Options
Warnings
Optimization
Don't Use Boost
C++17
-pedantic
Raw compiler options
-fopenmp
-Wshadow
-Wno-unused-variable
-Wno-unused-but-set-variable
$ g++ prog.cc -Wall -Wextra -O2 -march=native -std=c++17 -pedantic -fopenmp -Wshadow -Wno-unused-variable -Wno-unused-but-set-variable
1 + 1 = 2
Exit Code:
0