Make use of new KVO implementation configurable

This commit is contained in:
rfm 2024-11-29 11:55:47 +00:00
parent 672fe7f909
commit a1a3f42ec0
4 changed files with 57 additions and 1 deletions

View file

@ -360,7 +360,7 @@ objc-load.m
# We have two implementations for Key Value Observing.
# One highly-optimised one that depends on libobjc2
# and the original implementation.
ifeq ($(OBJC_RUNTIME_LIB), ng)
ifeq ($(GNUSTEP_BASE_HAVE_NEWKVO), 1)
BASE_MFILES += \
NSKVOSupport.m \
NSKVOSwizzling.m