[thin_repair] speed up ref count validation

This commit is contained in:
Joe Thornber
2011-10-25 11:27:59 +01:00
parent d02fcde793
commit 13e26684f7
4 changed files with 75 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ SOURCE=\
OBJECTS=$(subst .cc,.o,$(SOURCE))
TOP_DIR:=$(PWD)
CPPFLAGS=-Wall -g -I$(TOP_DIR)
CPPFLAGS=-Wall -g -I$(TOP_DIR) -O8
#CPPFLAGS=-Wall -std=c++0x -g -I$(TOP_DIR)
LIBS=-lstdc++ -lboost_program_options