From d2aa50ec7b37e34b0a7876310f791daa5335f76c Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 30 Apr 2018 10:42:15 +0000 Subject: [PATCH] Update build script for RPI tests. --- tests/mal_build_tests_rpi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/mal_build_tests_rpi b/tests/mal_build_tests_rpi index 5c282aa8..4193d738 100755 --- a/tests/mal_build_tests_rpi +++ b/tests/mal_build_tests_rpi @@ -1,9 +1,9 @@ #!/bin/bash -cc mal_test_0.c -o ./bin/mal_test_0 -Wall -ldl -lpthread -lm -mfpu=neon -c++ mal_test_0.c -o ./bin/mal_test_0_cpp -Wall -ldl -lpthread -lm -mfpu=neon +cc mal_test_0.c -o ./bin/mal_test_0 -Wall -ldl -lpthread -lm +c++ mal_test_0.c -o ./bin/mal_test_0_cpp -Wall -ldl -lpthread -lm -cc mal_profiling.c -o ./bin/mal_profiling -Wall -ldl -lpthread -lm -mfpu=neon -c++ mal_profiling.c -o ./bin/mal_profiling_cpp -Wall -ldl -lpthread -lm -mfpu=neon +cc mal_profiling.c -o ./bin/mal_profiling -Wall -ldl -lpthread -lm -mfpu=neon -O2 +c++ mal_profiling.c -o ./bin/mal_profiling_cpp -Wall -ldl -lpthread -lm -mfpu=neon -O2 -cc mal_dithering.c -o ./bin/mal_dithering -Wall -ldl -lpthread -lm -mfpu=neon -c++ mal_dithering.c -o ./bin/mal_dithering_cpp -Wall -ldl -lpthread -lm -mfpu=neon \ No newline at end of file +cc mal_dithering.c -o ./bin/mal_dithering -Wall -ldl -lpthread -lm +c++ mal_dithering.c -o ./bin/mal_dithering_cpp -Wall -ldl -lpthread -lm \ No newline at end of file