From a189803d0a226548bc4908eeb3cd522c5cb1a1db Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 7 Nov 2001 09:50:34 +0000 Subject: [PATCH] Use a new feature from gnustep-make to filter-out optimization flags for certain files ... instead of hard coding a hacked compilation rule git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11324 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index b9195d34e..19e573976 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Nov 7 09:04:51 2001 Nicola Pero + + After this change you need the latest gnustep-make to compile. + * Source/Makefile.postamble: Removed rules to manually compile + NSInvocation.m, NSConnection.m and mframe.m. + (mframe.m_FILE_FILTER_OUT_FLAGS): Set to filter out optimization + flags when compiling mframe.m. + (NSConnection.m_FILE_FILTER_OUT_FLAGS): Idem. + (NSInvocation.m_FILE_FILTER_OUT_FLAGS): Idem. + 2001-11-01 Adam Fedor * Source/NSData.m: Add an include to avoid some warnings.