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