From 2e236b1f5e73e814ea94c669efc8f8f07da09ab0 Mon Sep 17 00:00:00 2001 From: "Bradley C. Kuszmaul" Date: Fri, 27 Jul 2007 14:20:35 +0000 Subject: [PATCH] Remove -O2 git-svn-id: file:///svn/tokudb@48 c7de825b-a66e-492c-adef-691d508d4ae1 --- newbrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newbrt/Makefile b/newbrt/Makefile index 722df8b768a..657bfdaf0d9 100644 --- a/newbrt/Makefile +++ b/newbrt/Makefile @@ -1,6 +1,6 @@ # GCOV_FLAGS = -fprofile-arcs -ftest-coverage # PROF_FLAGS = -pg -OPTFLAGS = -O2 +# OPTFLAGS = -O2 CFLAGS = -Wall -W $(OPTFLAGS) -g $(GCOV_FLAGS) $(PROF_FLAGS) -Werror -fPIC LDFLAGS = $(OPTFLAGS) -g $(GCOV_FLAGS) $(PROF_FLAGS)