From f979f9332b7e97ed75181a70aaa00b389b5b8362 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 28 Nov 2022 16:11:00 +0100 Subject: [PATCH] Remove trailing space --- OpenMP/linear-algebra/kernels/atax/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenMP/linear-algebra/kernels/atax/Makefile b/OpenMP/linear-algebra/kernels/atax/Makefile index 3e0c451..c82dd7b 100644 --- a/OpenMP/linear-algebra/kernels/atax/Makefile +++ b/OpenMP/linear-algebra/kernels/atax/Makefile @@ -1,7 +1,7 @@ # -DPOLYBENCH_TIME makes Polybench output the execution time of the program CXXFLAGS+= -DPOLYBENCH_TIME # -O3 applies all compiler optimization, improving from 800ms to 300ms -CXXFLAGS+= -O3 +CXXFLAGS+= -O3 # Extend CFLAGS with command line parameters CXXFLAGS+= ${EXTRA_CXXFLAGS}