diff options
| author | Bruce Momjian | 2003-10-09 03:20:34 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-10-09 03:20:34 +0000 |
| commit | 0e22cb1232f4474f9b461661b621603312f37d3d (patch) | |
| tree | abd5f46c27f3bbde748119ed6d135a29c7b3224a /src/template/cygwin | |
| parent | c1a0d72da6f7b6a6d84d24059a1c2af40aec7ee3 (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/cygwin | 1 |
1 files changed, 0 insertions, 1 deletions
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' |
