From de97f27c7aa3c74a40d5ba7ce9477d4bbdefbe8e Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sat, 14 Apr 2012 23:51:02 +0200 Subject: Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d9d894..34c4105 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,5 @@ PROG_FILES = main.cpp all: parser parser: $(PROG_FILES) $(LIB_FILES) - g++ -g -o parser $(PROG_FILES) $(LIB_FILES) + g++ -O2 -g -o parser $(PROG_FILES) $(LIB_FILES) -- cgit v1.2.3