We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05503bd commit 9602cfbCopy full SHA for 9602cfb
1 file changed
posix.mak
@@ -229,10 +229,6 @@ $(ROOT)/threadasm.o : src/core/threadasm.S
229
@mkdir -p $(dir $@)
230
$(CC) -c $(CFLAGS) $< -o$@
231
232
-$(ROOT)/gc/%.o : src/gc/%.c
233
- @mkdir -p $(dir $@)
234
- $(CC) -c $(CFLAGS) $< -o$@
235
-
236
######################## Create a shared library ##############################
237
238
$(DRUNTIMESO) $(DRUNTIMESOLIB) dll: DFLAGS+=-version=Shared -fPIC
0 commit comments