From 31120ba6314094bddb08d66c52f4ef3bd7ecbf72 Mon Sep 17 00:00:00 2001 From: hsu Date: Sun, 5 Mar 1995 21:47:20 +0000 Subject: Minor performance tweak. Take out -O from default CFLAGS so it doesn't override -O2 from preceding OFLAG. --- lang/gcl/files/patch-ac | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/gcl/files/patch-ac (limited to 'lang') diff --git a/lang/gcl/files/patch-ac b/lang/gcl/files/patch-ac new file mode 100644 index 00000000000..e1eb307b702 --- /dev/null +++ b/lang/gcl/files/patch-ac @@ -0,0 +1,19 @@ +*** lsp/makefile.0 Wed Feb 15 20:41:21 1995 +--- lsp/makefile Wed Feb 15 23:36:39 1995 +*************** +*** 12,18 **** + + + COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -no-o -compile +! CFLAGS = -c -O -I../h + + .lsp.c: + @ ../xbin/if-exists $(PORTDIR)/saved_gcl \ +--- 12,18 ---- + + + COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -no-o -compile +! CFLAGS = -c -I../h + + .lsp.c: + @ ../xbin/if-exists $(PORTDIR)/saved_gcl \ -- cgit