ObjFW  Diff

Differences From Artifact [bb692e21b0]:

To Artifact [c9143096e6]:


206
207
208
209
210
211
212





213
214
215
	rm -fr nds-data

${PROG_NOINST}.3dsx: ${PROG_NOINST}
	3dsxtool $< $@

CPPFLAGS += -I../src -I../src/exceptions -I../src/runtime -I.. -DSTDOUT
OBJCFLAGS_RuntimeARCTests.m = -fobjc-arc -fobjc-arc-exceptions





LIBS := ${TESTS_LIBS} ${LIBS}
LDFLAGS += ${MAP_LDFLAGS}
LD = ${OBJC}







>
>
>
>
>



206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
	rm -fr nds-data

${PROG_NOINST}.3dsx: ${PROG_NOINST}
	3dsxtool $< $@

CPPFLAGS += -I../src -I../src/exceptions -I../src/runtime -I.. -DSTDOUT
OBJCFLAGS_RuntimeARCTests.m = -fobjc-arc -fobjc-arc-exceptions
# Clang on Windows creates an invalid call into
# objc_retainAutoreleasedReturnValue() in init with any optimization level
# greater 0.
# TODO: Investigate further and file a bug against Clang
OBJCFLAGS_RuntimeARCTests.m += -O0
LIBS := ${TESTS_LIBS} ${LIBS}
LDFLAGS += ${MAP_LDFLAGS}
LD = ${OBJC}