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

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: