summaryrefslogtreecommitdiff
path: root/src/template/univel
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-10-09 03:20:34 +0000
committerBruce Momjian <bruce@momjian.us>2003-10-09 03:20:34 +0000
commit0e22cb1232f4474f9b461661b621603312f37d3d (patch)
treeabd5f46c27f3bbde748119ed6d135a29c7b3224a /src/template/univel
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/univel')
-rw-r--r--src/template/univel2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/univel b/src/template/univel
index 025fbda7bf4..d48aa7c3111 100644
--- a/src/template/univel
+++ b/src/template/univel
@@ -1,2 +1,2 @@
CFLAGS='-v -O -K i486,host,inline,loop_unroll -Dsvr4'
-LIBS=-lc89
+LIBS="-lc89"