Skip to content

Commit

Permalink
[master] update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vacancy committed Apr 25, 2020
1 parent 79e5a19 commit c545241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ INCLUDE_DIR = -I $(SRC_DIR) -I $(INC_DIR)

CXX = $(ENVIRONMENT_OPTIONS) g++
CXXFLAGS = -std=c++14
CXXFLAGS += -O2 -w
CXXFLAGS += -O2 -w -fPIC
CXXFLAGS += $(INCLUDE_DIR)
LDFLAGS = $(shell pkg-config --cflags --libs opencv) -shared -fPIC

Expand Down
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Distributed under terms of the MIT license.
#

make
make clean && make

0 comments on commit c545241

Please sign in to comment.