summaryrefslogtreecommitdiff
path: root/src/template/osf
diff options
context:
space:
mode:
authorPeter Eisentraut2000-10-31 18:16:20 +0000
committerPeter Eisentraut2000-10-31 18:16:20 +0000
commitdc0f5cb09025bf8c5cc3900bfa4738a83457028f (patch)
tree44c6b5016e472c2d61b503ffbaf35c2cf3f0a649 /src/template/osf
parentfae180f4777a09d302c54c874f11349fd0323bfb (diff)
Determine CXXFLAGS after the C++ compiler was detected. Also honor
--enable-debug and environment variable override.
Diffstat (limited to 'src/template/osf')
-rw-r--r--src/template/osf1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/template/osf b/src/template/osf
index f41a0557d60..938120f73a1 100644
--- a/src/template/osf
+++ b/src/template/osf
@@ -5,5 +5,4 @@ else
CC="$CC -std"
CFLAGS='-O4 -Olimit 2000'
CCC=cxx
- CXXFLAGS='-O4 -Olimit 2000'
fi