From bc717360ecb6e1a15bdff31b616109fc4ea358cc Mon Sep 17 00:00:00 2001 From: Georg Hager Date: Thu, 14 Mar 2019 13:14:42 +0100 Subject: [PATCH] removed -qopt-report from Intel flags --- include_ICC.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include_ICC.mk b/include_ICC.mk index dd1cb99..5ba42bc 100644 --- a/include_ICC.mk +++ b/include_ICC.mk @@ -5,7 +5,7 @@ ifeq ($(ENABLE_OPENMP),true) OPENMP = -qopenmp endif -CFLAGS = -qopt-report -Ofast -xHost -std=c99 -ffreestanding $(OPENMP) +CFLAGS = -Ofast -xHost -std=c99 -ffreestanding $(OPENMP) LFLAGS = $(OPENMP) DEFINES = -D_GNU_SOURCE INCLUDES =