mirror of https://github.com/swig/swig
docstring example for stable abi
Remove -O (-fastproxy) from the docstrings example as -fastproxy does not currently work with the stable abi
This commit is contained in:
parent
a2f852b6f4
commit
f8c2dd67cd
|
@ -5,7 +5,6 @@ CXXSRCS = example.cxx
|
|||
TARGET = example
|
||||
INTERFACE = example.i
|
||||
LIBS = -lm
|
||||
SWIGOPT = -O
|
||||
|
||||
check: build
|
||||
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' python_run
|
||||
|
|
Loading…
Reference in New Issue