From 4b51147eb002b9eb4457d523f289641641c07aa9 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 28 Apr 2017 14:13:56 +1200 Subject: Add initial RSA sanity checking --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 34621a6..d239efb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS += -O2 +CFLAGS += -Ofast LDFLAGS += -lssl -lcrypto -lpthread all: sand-leek -- cgit v1.1