Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mreineck committed Oct 1, 2017
2 parents c0cb8b5 + 38b27f9 commit ece9634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PYCCONV_SRC:=src/cconv.cc src/pycconv.cc src/external/*.cc

PYBIND_INC:=src
PYFLAGS:=$(filter-out -Wstrict-prototypes,$(shell $(PYTHON_CONFIG) --cflags --ldflags))
PYFLAGS+=-L$(shell $(PYTHON_CONFIG) --prefix)/lib

COMMON_FLAGS:=-O3 -g -fmax-errors=1 -std=c++14 -I src/external -W -Wall

Expand Down

0 comments on commit ece9634

Please sign in to comment.