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