From 5a20f61184c50bb3e84a8c406ead0c782253a4ab Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Sat, 12 Feb 2011 17:13:31 -0500 Subject: [PATCH] Use optimization --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b37a0da..ff0a06d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ repos = templates.rpo executables = parse termemu CXX = g++ -CXXFLAGS = -g --std=c++0x -pedantic -Werror -Wall -Wextra -Weffc++ -fno-implicit-templates -fno-default-inline -pipe -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_GNU_SOURCE +CXXFLAGS = -g -O2 --std=c++0x -pedantic -Werror -Wall -Wextra -Weffc++ -fno-implicit-templates -fno-default-inline -pipe -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_GNU_SOURCE LIBS = -lutil all: $(executables)