|
|
|
@ -62,7 +62,7 @@ libobjc_CPPFLAGS += -D__OBJC_RUNTIME_INTERNAL__=1 -D_XOPEN_SOURCE=500
|
|
|
|
# Note to Riccardo. Please do not 'fix' C99isms in this. The new ABI is only
|
|
|
|
# Note to Riccardo. Please do not 'fix' C99isms in this. The new ABI is only
|
|
|
|
# useful on compilers that support C99 (currently only clang), so there is no
|
|
|
|
# useful on compilers that support C99 (currently only clang), so there is no
|
|
|
|
# benefit from supporting platforms with no C99 compiler.
|
|
|
|
# benefit from supporting platforms with no C99 compiler.
|
|
|
|
libobjc_CFLAGS += -std=c99 -g -march=native -fexceptions -fno-inline
|
|
|
|
libobjc_CFLAGS += -std=c99 -g -fexceptions -fno-inline
|
|
|
|
libobjc_OBJCFLAGS += $(libobjc_CFLAGS)
|
|
|
|
libobjc_OBJCFLAGS += $(libobjc_CFLAGS)
|
|
|
|
libobjc_LDFLAGS += -g
|
|
|
|
libobjc_LDFLAGS += -g
|
|
|
|
libobjc_LIB_DIRS += -L toydispatch/obj
|
|
|
|
libobjc_LIB_DIRS += -L toydispatch/obj
|
|
|
|
|