Change 16078 by jhi@alpha on 2002/04/22 15:57:21
Subject: [PATCH] cflags.SH -- to preserve hint file options
From: [EMAIL PROTECTED]
Date: Mon, 22 Apr 02 12:40 edt
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/cflags.SH#19 edit
Differences ...
==== //depot/perl/cflags.SH#19 (xtext) ====
Index: perl/cflags.SH
--- perl/cflags.SH.~1~ Mon Apr 22 10:00:05 2002
+++ perl/cflags.SH Mon Apr 22 10:00:05 2002
@@ -135,7 +135,7 @@
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
End of Patch.