From: Raphaƫl Couturier Date: Mon, 29 Jul 2019 10:02:29 +0000 (+0200) Subject: update makefile X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/0036ee671aae06eff3caf234c1feea7204d99d73 update makefile --- diff --git a/OneRoundIoT/EnhancedOneRound/Makefile b/OneRoundIoT/EnhancedOneRound/Makefile index 59e7fc1..bc11694 100644 --- a/OneRoundIoT/EnhancedOneRound/Makefile +++ b/OneRoundIoT/EnhancedOneRound/Makefile @@ -1,5 +1,5 @@ -CXX=g++ -C=gcc +CXX=g++ -O3 +C=gcc -O3 uname_m := $(shell uname -m) ifeq ($(uname_m),armv7l)