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.
2 parents a861206 + bf7a370 commit 09d0c7cCopy full SHA for 09d0c7c
Makefile
@@ -57,8 +57,8 @@ qtest: $(OBJS)
57
58
fmtscan: tools/fmtscan.c
59
ifeq ($(UNAME_S),Darwin)
60
- $(Q)printf "#!/usr/bin/env bash\nexit 0\n" > $@
61
- $(Q)chmod +x $@
+ $(VECHO) " CC+LD\t$@\n"
+ $(Q)$(CC) -o $@ $(CFLAGS) -O2 $<
62
else
63
$(VECHO) " CC+LD\t$@\n"
64
$(Q)$(CC) -o $@ $(CFLAGS) $< -lrt -lpthread
0 commit comments