Language
C++
Compiler
clang 8.0.0
Options
Warnings
Optimization
Don't Use Boost
C++2a(GNU)
no pedantic
Raw compiler options
-fcoroutines-ts
-stdlib=libc++
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -std=gnu++2a -fcoroutines-ts -stdlib=libc++
Exit Code:
200