summaryrefslogtreecommitdiff
path: root/src/template/univel
diff options
context:
space:
mode:
authorBruce Momjian2004-12-02 18:11:40 +0000
committerBruce Momjian2004-12-02 18:11:40 +0000
commitf7bae20d675786790725f77ddc3486f7c5a047ea (patch)
tree27d82d45da2f03e54875cf97e48a7a63783d4895 /src/template/univel
parent22c21bab92eca92ecffef5fac982a614b50f9dd2 (diff)
Don't bother adding to cflags/cppflags, just set them because configure
handles that, and make solaris debug use no optimization.
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 12d11496735..30980fee0a5 100644
--- a/src/template/univel
+++ b/src/template/univel
@@ -1,2 +1,2 @@
-CFLAGS="$CFLAGS -v -O -K i486,host,inline,loop_unroll -Dsvr4"
+CFLAGS="-v -O -K i486,host,inline,loop_unroll -Dsvr4"
LIBS="-lc89"