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:
William S Fulton 2023-12-19 21:17:41 +00:00
parent a2f852b6f4
commit f8c2dd67cd
1 changed files with 0 additions and 1 deletions

View File

@ -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