From ea3a860bdf36f8e078162f3ef955b90e5d885ad5 Mon Sep 17 00:00:00 2001 From: couturie Date: Wed, 18 Jul 2018 09:57:14 +0200 Subject: [PATCH 1/1] new --- OneRoundIoT/openssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OneRoundIoT/openssl/Makefile b/OneRoundIoT/openssl/Makefile index 4cef035..65338fd 100644 --- a/OneRoundIoT/openssl/Makefile +++ b/OneRoundIoT/openssl/Makefile @@ -23,7 +23,7 @@ openssl_evp_gcm: $(OBJ5) $(C) -o $@ $^ $(CFLAGS) %.o: %.c - $(C) -c -o $@ $< -03 + $(C) -c -o $@ $< -O3 clean: -- 2.39.5