summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2018-07-21 22:01:57 +0200
committerTom Smeding <tom.smeding@gmail.com>2018-07-21 22:01:57 +0200
commit53291958e0cda68ed762c0dfb36c0602f876c06d (patch)
tree1a1ed725c0c4a993c41bc25ace5484a032764cb9 /Makefile
parentd7828673e787afc76913ede36fed78ba6a179470 (diff)
Add MCTS AI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7536e18..a6f0b55 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CXX = g++
-CXXFLAGS = -Wall -Wextra -O3 -std=c++17 -fwrapv -flto
+CXXFLAGS = -Wall -Wextra -O3 -g -std=c++17 -fwrapv -flto
TARGET = main