From f8c2dd67cd9b50716abddbdeb098dfec0055bfe5 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 19 Dec 2023 21:17:41 +0000 Subject: [PATCH] docstring example for stable abi Remove -O (-fastproxy) from the docstrings example as -fastproxy does not currently work with the stable abi --- Examples/python/docstrings/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/python/docstrings/Makefile b/Examples/python/docstrings/Makefile index f1365a5997..0f70524ad2 100644 --- a/Examples/python/docstrings/Makefile +++ b/Examples/python/docstrings/Makefile @@ -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