Language
C++
Compiler
clang 7.0.0
Options
Warnings
Optimization
Don't Use Boost
C++14
-pedantic-errors
Raw compiler options
-I.
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -std=c++14 -pedantic-errors -I.
101 + 202 == 303
Exit Code:
0
C++
clang 7.0.0
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -std=c++14 -pedantic-errors -I.
101 + 202 == 303