X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/d252a09c09194eb764275de868606ba944ad0f97..ea3a860bdf36f8e078162f3ef955b90e5d885ad5:/OneRoundIoT/openssl/Makefile

diff --git a/OneRoundIoT/openssl/Makefile b/OneRoundIoT/openssl/Makefile
index e463ec3..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 $@ $< 
+	$(C) -c -o $@ $<  -O3
 
 
 clean: