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

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