summaryrefslogtreecommitdiff
path: root/src/template/cygwin
diff options
context:
space:
mode:
authorBruce Momjian2003-10-09 03:20:34 +0000
committerBruce Momjian2003-10-09 03:20:34 +0000
commit0e22cb1232f4474f9b461661b621603312f37d3d (patch)
treeabd5f46c27f3bbde748119ed6d135a29c7b3224a /src/template/cygwin
parentc1a0d72da6f7b6a6d84d24059a1c2af40aec7ee3 (diff)
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.
Diffstat (limited to 'src/template/cygwin')
-rw-r--r--src/template/cygwin1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/template/cygwin b/src/template/cygwin
index eb8921984a..8a9fa0051e 100644
--- a/src/template/cygwin
+++ b/src/template/cygwin
@@ -1,2 +1 @@
-CFLAGS='-O2'
SRCH_LIB='/usr/local/lib'