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 9665b29 commit cc8b49fCopy full SHA for cc8b49f
UnixBench/Makefile
@@ -241,7 +241,7 @@ $(PROGDIR)/select: $(SRCDIR)/time-polling.c
241
$(PROGDIR)/select: CFLAGS += -DUNIXBENCH -DHAS_SELECT
242
243
$(PROGDIR)/whetstone-double: $(SRCDIR)/whets.c
244
-$(PROGDIR)/whetstone-double: CFLAGS += -DDP -DUNIX -DUNIXBENCH
+$(PROGDIR)/whetstone-double: CFLAGS += -DDP -DGTODay -DUNIXBENCH
245
$(PROGDIR)/whetstone-double: LDFLAGS += -lm
246
247
$(PROGDIR)/pipe: $(SRCDIR)/pipe.c $(SRCDIR)/timeit.c
0 commit comments