Use optimization

This commit is contained in:
Keith Winstein
2011-02-12 17:13:31 -05:00
parent e872ddad59
commit 5a20f61184
+1 -1
View File
@@ -4,7 +4,7 @@ repos = templates.rpo
executables = parse termemu executables = parse termemu
CXX = g++ 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 LIBS = -lutil
all: $(executables) all: $(executables)