mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2024-12-04 18:36:55 +00:00
Enable type-dependent dispatch by default. Stack corruption is bad, m'kay?
This commit is contained in:
parent
18e8d1bfc1
commit
033676b9e7
@ -55,7 +55,7 @@ libobjc_HEADER_FILES = \
|
||||
objc-api.h
|
||||
endif
|
||||
|
||||
ifeq ($(tdd), yes)
|
||||
ifneq ($(tdd), no)
|
||||
libobjc_CPPFLAGS += -DTYPE_DEPENDENT_DISPATCH
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user