From 049a16d1b1a683487a0c17014e9f7c477820a132 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Mon, 9 Jul 2012 13:10:32 +1000 Subject: Fixed up the newer strategy iteration stuff Trivial 100000 var case in 15s on my Uni machine. --- impl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'impl/Makefile') diff --git a/impl/Makefile b/impl/Makefile index 588c3ab..3192191 100644 --- a/impl/Makefile +++ b/impl/Makefile @@ -1,7 +1,7 @@ CC=gcc CPP=g++ BUILD=build/ -FLAGS=-Wall -Werror -Wextra -pedantic -g -lantlr3c -pg -std=c++11 +FLAGS=-Wall -Werror -Wextra -pedantic -lantlr3c -std=c++11 -g -pg all: main -- cgit v1.2.3