Skip to content

Latest commit

 

History

History

wrk2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

wrk2 on macOS

diff --git a/Makefile b/Makefile
index a537a68..debeae4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS  := -std=c99 -Wall -O2 -D_REENTRANT
+CFLAGS  := -std=c99 -Wall -O2 -D_REENTRANT -Wno-implicit-function-declaration
 LIBS    := -lpthread -lm -lcrypto -lssl

 TARGET  := $(shell uname -s | tr '[A-Z]' '[a-z]' 2>/dev/null || echo unknown)
  • sudo make
  • ${PWD}/wrk --help