diff options
Diffstat (limited to 'hints')
-rw-r--r-- | hints/ultrix_4.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index e00450792d..76b0768f8d 100644 --- a/hints/ultrix_4.sh +++ b/hints/ultrix_4.sh @@ -4,9 +4,9 @@ # # Use Configure -Dcc=gcc to use gcc. # -# I don't know if -g is really needed. (AD) +# This used to use -g, but that pulls in -DDEBUGGING by default. case "$optimize" in -'') optimize=-g ;; +'') optimize='none' ;; esac # Some users have reported Configure runs *much* faster if you |