Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 226 Bytes

BUILD.md

File metadata and controls

5 lines (4 loc) · 226 Bytes

Debug build: clang++ -std=c++2a -Wall -Werror -Og -g3 -glldb -fno-omit-frame-pointer -lpthread parallel.cc -o parallel

Release build: clang++ -std=c++2a -Wall -Werror -Ofast -march=native -lpthread parallel.cc -o parallel