diff options
author | Paul Green <Paul.Green@stratus.com> | 2002-04-22 08:40:00 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-22 15:57:21 +0000 |
commit | 7c3f84d7409a0db75cf6ef3e2e449ebbc10774c9 (patch) | |
tree | 8d8998192022f23161ef1fe27b20abb8cd204d91 /cflags.SH | |
parent | 2ff66de4acc25b4c9967a822de00c3eb547d10c5 (diff) | |
download | perl-7c3f84d7409a0db75cf6ef3e2e449ebbc10774c9.tar.gz |
cflags.SH -- to preserve hint file options
Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
p4raw-id: //depot/perl@16078
Diffstat (limited to 'cflags.SH')
-rwxr-xr-x | cflags.SH | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ for file do esac if test "X$optdebug" != "X"; then - optimize="$optdebug" + optimize="$optdebug $optimize" fi # Add -Wall for the core and core modules iff gcc and not already -Wall |