Skip to content

Commit

Permalink
-lrt and there's no max_order binary anymore / Hal Daume III
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed May 28, 2013
1 parent 07452e8 commit e1f3d7a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions compile_query_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ for i in util/double-conversion/*.cc util/*.cc lm/*.cc; do
done

mkdir -p bin
g++ $CXXFLAGS lm/build_binary_main.cc $objects -o bin/build_binary
g++ $CXXFLAGS lm/query_main.cc $objects -o bin/query
g++ $CXXFLAGS lm/kenlm_max_order_main.cc -o bin/kenlm_max_order
g++ $CXXFLAGS lm/build_binary_main.cc $objects -lrt -o bin/build_binary
g++ $CXXFLAGS lm/query_main.cc $objects -lrt -o bin/query

0 comments on commit e1f3d7a

Please sign in to comment.