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/cygwin | 1 - 1 file changed, 1 deletion(-) (limited to 'src/template/cygwin') diff --git a/src/template/cygwin b/src/template/cygwin index eb8921984aa..8a9fa0051ea 100644 --- a/src/template/cygwin +++ b/src/template/cygwin @@ -1,2 +1 @@ -CFLAGS='-O2' SRCH_LIB='/usr/local/lib' -- cgit v1.2.3