From 15685d5cf2fd186387617da6bb86b4ca64a05fe7 Mon Sep 17 00:00:00 2001 From: wyy Date: Sat, 7 Dec 2013 07:46:16 -0800 Subject: [PATCH] modify test --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 366409a..be026b6 100755 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ all: testp demo testp: - g++ -o test_performance test_performance.cpp -std=c++0x -O3 -pg + g++ -o test_performance test_performance.cpp -std=c++0x -O3 demo: g++ -o segment.demo segment.cpp -std=c++0x -L/usr/lib/CppJieba -lcppjieba