X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/90be20ee8644c83826a07153371cc412f6821bb7..7c4a7f3094aa15542473f8268123e9b4d6cbb31e:/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: