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
This commit is contained in:
Nicola Pero 2001-11-07 09:50:34 +00:00
parent 8482caf341
commit 19e8aa1957

View file

@ -1,3 +1,13 @@
Wed Nov 7 09:04:51 2001 Nicola Pero <n.pero@mi.flashnet.it>
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 <fedor@gnu.org>
* Source/NSData.m: Add an include to avoid some warnings.