remove march native for now

This commit is contained in:
Nicholas Orlowsky 2023-10-20 13:35:18 -04:00
parent c507903ca4
commit c31db4d2a8
No known key found for this signature in database
GPG key ID: BE7DF0188A405E2B

View file

@ -7,7 +7,7 @@ build: build-supplemental
g++ main.cpp --std=c++20 -g -o ./anthracite g++ main.cpp --std=c++20 -g -o ./anthracite
build-release: build-supplemental build-release: build-supplemental
g++ main.cpp --std=c++20 -O3 -march=native -o ./anthracite g++ main.cpp --std=c++20 -O3 -o ./anthracite
build-docker: build-docker:
docker build . -t anthracite docker build . -t anthracite