mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
8482caf341
commit
19e8aa1957
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue