cleanup
This commit is contained in:
parent
f1868ceea5
commit
dea773366e
8 changed files with 103 additions and 24 deletions
|
@ -1,10 +1,10 @@
|
|||
.PHONY: format lint build build-release build-docker run debug
|
||||
|
||||
build:
|
||||
g++ main.cpp -g -o ./anthracite
|
||||
g++ main.cpp --std=c++20 -g -o ./anthracite
|
||||
|
||||
build-release:
|
||||
g++ main.cpp -O3 -march=native -o ./anthracite
|
||||
g++ main.cpp --std=c++20 -O3 -march=native -o ./anthracite
|
||||
|
||||
build-docker:
|
||||
docker build . -t anthracite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue