From 9e0d0b59f44d781d2cbbff4f83d2ab71b7dc0121 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Fri, 29 Jun 2012 13:00:59 +1000 Subject: Speed up IdSet a bit. I think. --- impl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'impl/Makefile') diff --git a/impl/Makefile b/impl/Makefile index 5dad366..a6d5999 100644 --- a/impl/Makefile +++ b/impl/Makefile @@ -1,7 +1,7 @@ CC=gcc CPP=g++ BUILD=build/ -FLAGS=-Wall -Werror -g -lantlr3c +FLAGS=-Wall -Werror -g -lantlr3c -pg all: main -- cgit v1.2.3