Skip to content

Commit

Permalink
[fix][make] add linker flags to tests/demo_ivfpq_indexing target
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy Blandin committed Feb 15, 2017
1 parent ba32a28 commit 3a310ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ tests/test_blas: tests/test_blas.cpp


tests/demo_ivfpq_indexing: tests/demo_ivfpq_indexing.cpp $(LIBNAME).a
$(CC) -o $@ $(CFLAGS) -g -O3 $< $(LIBNAME).a $(BLASLDFLAGS)
$(CC) -o $@ $(CFLAGS) -g -O3 $< $(LIBNAME).a $(LDFLAGS) $(BLASLDFLAGS)

tests/demo_sift1M: tests/demo_sift1M.cpp $(LIBNAME).a
$(CC) -o $@ $(CFLAGS) $< $(LIBNAME).a $(BLASLDFLAGS)
$(CC) -o $@ $(CFLAGS) $< $(LIBNAME).a $(BLASLDFLAGS)


#############################
Expand Down

0 comments on commit 3a310ec

Please sign in to comment.