From 789219a2cb662015876477005b6d06649bf9b8f5 Mon Sep 17 00:00:00 2001 From: theraven Date: Tue, 19 Apr 2011 10:55:59 +0000 Subject: [PATCH] Expose the low memory profile as an option in the dtable. --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 1f9c20d..6cd525c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -73,6 +73,10 @@ ifneq ($(tdd), no) libobjc_CPPFLAGS += -DTYPE_DEPENDENT_DISPATCH endif +ifeq ($(low_memory), yes) +libobjc_CPPFLAGS += -D__OBJC_LOW_MEMORY__ +endif + ifeq ($(findstring openbsd, $(GNUSTEP_HOST_OS)), openbsd) libobjc_LIBRARIES_DEPEND_UPON += -pthread else