]> AND Private Git Repository - Cipher_code.git/blobdiff - OneRoundIoT/EnhancedOneRound/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
update makefile
[Cipher_code.git] / OneRoundIoT / EnhancedOneRound / Makefile
index 59e7fc178b24ede0a89f2dfccf58d08ba63736ce..bc11694d845183125055590d35073247dae5d12d 100644 (file)
@@ -1,5 +1,5 @@
-CXX=g++
-C=gcc
+CXX=g++ -O3
+C=gcc -O3
 
 uname_m := $(shell uname -m)
 ifeq ($(uname_m),armv7l)