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 15442ab commit 8c03558Copy full SHA for 8c03558
Makefile
@@ -3,7 +3,7 @@ CC = gcc
3
OPENSSL = /usr/include/openssl
4
OPENSSL_LIB = -lssl
5
6
-CFLAGS += -I $(OPENSSL) -g -std=gnu99 -O3
+CFLAGS += -I $(OPENSSL) -g -std=gnu99 -O3 -march=native -mtune=native
7
LDFLAGS += $(OPENSSL_LIB) -lcrypto -lpthread
8
9
NAME = jwtcrack
0 commit comments