summaryrefslogtreecommitdiff
path: root/src/template/unixware
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/unixware
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/unixware')
-rw-r--r--src/template/unixware1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/template/unixware b/src/template/unixware
index e1991bcc9c8..cb1381d8fbd 100644
--- a/src/template/unixware
+++ b/src/template/unixware
@@ -1,5 +1,4 @@
if test "$GCC" = yes; then
- CFLAGS=-O2
THREAD_CPPFLAGS="-pthread"
else
# the -Kno_host is temporary for a bug in the compiler. See -hackers