From 0e22cb1232f4474f9b461661b621603312f37d3d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 Oct 2003 03:20:34 +0000 Subject: This centralizes the optimization defaults into configure.in, rather than having CFLAGS= in the template files. It uses -O2 for gcc (generated by autoconf), and -O for non-gcc, unless the template overrides it. --- src/template/nextstep | 1 - 1 file changed, 1 deletion(-) (limited to 'src/template/nextstep') diff --git a/src/template/nextstep b/src/template/nextstep index c8b14f4d8b7..d6b3c35e6cb 100644 --- a/src/template/nextstep +++ b/src/template/nextstep @@ -1,4 +1,3 @@ AROPT=rc -CFLAGS= SHARED_LIB= DLSUFFIX=.o -- cgit v1.2.3