summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index d296b92..2dbc76c 100755
--- a/build.sh
+++ b/build.sh
@@ -1,3 +1,3 @@
#! /bin/bash
[ ! -d build ] && mkdir build
-cd build && cmake .. && make && cd .. && ./libk8055/test
+cd build && cmake -DWANT_DEBUG=1 .. && make && cd .. && time ./libk8055/test