modify test

This commit is contained in:
wyy 2013-12-07 07:46:16 -08:00
parent 81c2d3caf1
commit 15685d5cf2

View File

@ -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