Language
C++
Compiler
clang HEAD 16.0.0 (https://github.com/llvm/llvm-project.git 26330e5f5dc7466d9809091f904a5cb100bc17f6)
Options
Warnings
Optimization
Don't Use Boost
C++17
-pedantic-errors
Raw compiler options
-Wno-unused-parameter
-Wunreachable-code-loop-increment
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -std=c++17 -pedantic-errors -Wno-unused-parameter -Wunreachable-code-loop-increment4
Exit Code:
0