From 95ab69993d1261b32f4ba624d5d576ce8d19f2b3 Mon Sep 17 00:00:00 2001 From: Toby Murray <toby.murray@unimelb.edu.au> Date: Wed, 11 Sep 2019 15:12:21 +1000 Subject: [PATCH] a script for building that we can tailor for the tournament --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..6228000 --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +source eng_unimelb_setup + +CFLAGS=-DNDEBUG make -- GitLab