From 1756152ce2de0aab56cd57e6a065b159a3d09b56 Mon Sep 17 00:00:00 2001 From: Leon Foks Date: Mon, 14 Oct 2024 18:25:38 -0700 Subject: [PATCH] add back in -O3 --- python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Makefile b/python/Makefile index 11d6ea6..4e53d14 100755 --- a/python/Makefile +++ b/python/Makefile @@ -3,7 +3,7 @@ SHELL = /bin/sh .SUFFIXES: .SUFFIXES: .cpp .o -cxxflags += -fPIC +cxxflags += -fPIC -O3 ldflags += -shared bindir = gatdaem1d