Add optimization argument to compiler

master
Tait Hoyem 5 years ago
parent 979d12553f
commit 0dbeb14c04

@ -12,4 +12,4 @@
default: build
build:
g++ -o chess.out functions.cpp chess.cpp -std=c++11
g++ -O2 -o chess.out functions.cpp chess.cpp -std=c++11

Loading…
Cancel
Save