Skip to content

Commit 20e7d8c

Browse files
committed
Don't use -nodefaultlibs anymore.
1 parent f466779 commit 20e7d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CPPFLAGS += $(INC)
2020
all: $(PROG)
2121

2222
$(PROG): $(OBJS)
23-
$(CC) $(CFLAGS) $(LDFLAGS) -nodefaultlibs -lgcc -lc -lpthread -o $@ $^
23+
$(CC) $(CFLAGS) $(LDFLAGS) -lpthread -o $@ $^
2424

2525
-include $(DEPS)
2626

0 commit comments

Comments
 (0)