From 1493529e4a6399a7ac58009aa08d559385adbaac Mon Sep 17 00:00:00 2001 From: xiebaiyuan Date: Fri, 28 Sep 2018 18:29:28 +0800 Subject: [PATCH] suite res barry --- tools/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build.sh b/tools/build.sh index 47c8244701..3c1fab1e5f 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -101,7 +101,7 @@ build_for_arm_linux() { cmake .. \ -B"../build/release/arm-linux" \ -DCMAKE_BUILD_TYPE="${MODE}" \ -# -DCMAKE_TOOLCHAIN_FILE="./tools/toolchains/arm-linux-gnueabihf.cmake" \ + -DCMAKE_TOOLCHAIN_FILE="./tools/toolchains/arm-linux-gnueabihf.cmake" \ -DCMAKE_CXX_FLAGS="-std=c++14 -mcpu=cortex-a53 -mtune=cortex-a53 -mfpu=neon-vfpv4 -mfloat-abi=hard -ftree-vectorize -funsafe-math-optimizations -pipe -mlittle-endian -munaligned-access" \ -DNET="${NETS}" \ -D"V7"=true -- GitLab