mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Re-enable optimisation on NSConnection/NSInvocation
This commit is contained in:
parent
c7fc9c4b65
commit
5f7e53c175
2 changed files with 8 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
2018-01-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/Makefile.postamble: Restore optimisation flags (remove 18
|
||||
years ago) for NSInvocation and NSConnection (and remove obsolete
|
||||
mframe setting) as suggested by Yavor Doganov.
|
||||
|
||||
2018-01-15 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSThread.m: Improve exception message when performing a
|
||||
|
|
|
@ -135,13 +135,9 @@ $(GNUSTEP_TARGET_DIR)/GNUstepBase/GSConfig.h: ../config.status
|
|||
-touch $(GNUSTEP_TARGET_DIR)/GNUstepBase/GSConfig.h
|
||||
|
||||
#
|
||||
# Files where optimisation breaks the code!
|
||||
# These have to filter the optimisation flag out.
|
||||
# [You need gnustep-make >= 1.2.0 to compile this code]
|
||||
# Files where optimisation breaks the code!
|
||||
# These have to filter the optimisation flag out.
|
||||
#
|
||||
mframe.m_FILE_FILTER_OUT_FLAGS = -O%
|
||||
NSConnection.m_FILE_FILTER_OUT_FLAGS = -O%
|
||||
NSInvocation.m_FILE_FILTER_OUT_FLAGS = -O%
|
||||
libgnustep-base-entry.m_FILE_FILTER_OUT_FLAGS = -O% # gcc 4.4 on mingw
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue