Skip to content

Commit

Permalink
Accept LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Jan 25, 2014
1 parent 15f7ac1 commit 1a161b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile_query_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ mkdir -p bin
if [ "$(uname)" != Darwin ]; then
CXXFLAGS="$CXXFLAGS -lrt"
fi
$CXX lm/build_binary_main.cc $objects -o bin/build_binary $CXXFLAGS
$CXX lm/query_main.cc $objects -o bin/query $CXXFLAGS
$CXX lm/build_binary_main.cc $objects -o bin/build_binary $CXXFLAGS $LDFLAGS
$CXX lm/query_main.cc $objects -o bin/query $CXXFLAGS $LDFLAGS

0 comments on commit 1a161b8

Please sign in to comment.