From 27ed10b68e8f726946f84fec618b18f9293e8e80 Mon Sep 17 00:00:00 2001 From: Rich Prohaska Date: Sat, 26 Jan 2008 12:52:56 +0000 Subject: [PATCH] turn the O2 flag back on git-svn-id: file:///svn/tokudb@1902 c7de825b-a66e-492c-adef-691d508d4ae1 --- newbrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newbrt/Makefile b/newbrt/Makefile index 91a6603c155..28f89c08f65 100644 --- a/newbrt/Makefile +++ b/newbrt/Makefile @@ -8,7 +8,7 @@ # GCOV_FLAGS = -fprofile-arcs -ftest-coverage # PROF_FLAGS = -pg -# OPTFLAGS = -O2 +OPTFLAGS = -O2 ifeq ($(VERBOSE),2) VERBVERBOSE=-v