diff options
| author | Bruce Momjian | 2004-12-02 18:11:40 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-12-02 18:11:40 +0000 |
| commit | f7bae20d675786790725f77ddc3486f7c5a047ea (patch) | |
| tree | 27d82d45da2f03e54875cf97e48a7a63783d4895 /src/template/univel | |
| parent | 22c21bab92eca92ecffef5fac982a614b50f9dd2 (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/univel | 2 |
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" |
