mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
modify test
This commit is contained in:
parent
81c2d3caf1
commit
15685d5cf2
@ -1,5 +1,5 @@
|
|||||||
all: testp demo
|
all: testp demo
|
||||||
testp:
|
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:
|
demo:
|
||||||
g++ -o segment.demo segment.cpp -std=c++0x -L/usr/lib/CppJieba -lcppjieba
|
g++ -o segment.demo segment.cpp -std=c++0x -L/usr/lib/CppJieba -lcppjieba
|
||||||
|
Loading…
x
Reference in New Issue
Block a user