From 27b3be6422ff306284e39782fb676dba2fbfdb94 Mon Sep 17 00:00:00 2001 From: couturie Date: Thu, 24 Aug 2017 19:52:06 +0000 Subject: [PATCH] new --- OneRoundIoT/OneRound/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OneRoundIoT/OneRound/Makefile b/OneRoundIoT/OneRound/Makefile index 8aa0484..2bdcfc5 100644 --- a/OneRoundIoT/OneRound/Makefile +++ b/OneRoundIoT/OneRound/Makefile @@ -1,6 +1,6 @@ CXX=g++ C=gcc -CFLAGS=-O3 -std=c++11 +CFLAGS=-O3 -std=c++11 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -lrt OBJ = pixmap_io.o one_round_new.o %.o: %.c -- 2.39.5