modify test

This commit is contained in:
wyy 2013-12-07 06:24:44 -08:00
parent e982f730af
commit 5a82b61e02

View File

@ -1,4 +1,5 @@
all: testp demo
testp:
g++ -o test_performance test_performance.cpp -std=c++0x -O3 -pg
demo:
g++ -o segment.demo segment.cpp -std=c++0x -L/usr/lib/CppJieba -lcppjieba
testp:
g++ -o test_performance test_performance.cpp -std=c++0x -O3