diff options
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r-- | hints/dec_osf.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 1f9d71f5c9..311a786ace 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -1,5 +1,7 @@ # hints/dec_osf.sh -optimize="-g" +case "$optimize" in +'') optimize="-g" ;; +esac ccflags="$ccflags -DSTANDARD_C -DDEBUGGING" # Version 1 has problems with -no_archive if only an archive # lib is available. |