Enable type-dependent dispatch by default. Stack corruption is bad, m'kay?

This commit is contained in:
theraven 2010-09-14 16:02:29 +00:00
parent 18e8d1bfc1
commit 033676b9e7
2 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,7 @@ libobjc_HEADER_FILES = \
objc-api.h
endif
ifeq ($(tdd), yes)
ifneq ($(tdd), no)
libobjc_CPPFLAGS += -DTYPE_DEPENDENT_DISPATCH
endif

View File

@ -5,6 +5,7 @@ VERSION = 4
#CC=clang
CFLAGS += -std=c99
CPPFLAGS += -DTYPE_DEPENDENT_DISPATCH
#LIB_DIR=/usr/local/GNUstep/Local/Library/Libraries/
#HEADER_DIR=/usr/local/GNUstep/Local/Library/Headers