From 581c77f694f104163f6785eba3207667ccd50230 Mon Sep 17 00:00:00 2001 From: Emily Bourne Date: Tue, 12 Sep 2023 17:30:05 +0200 Subject: [PATCH] Remove unknown flag --- benchmarks/pythran_intel.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/pythran_intel.config b/benchmarks/pythran_intel.config index 12402985..0e3f26ff 100644 --- a/benchmarks/pythran_intel.config +++ b/benchmarks/pythran_intel.config @@ -4,7 +4,7 @@ undefs= include_dirs= libs= library_dirs= -cflags=-std=c++11 -fno-math-errno -fvisibility=hidden -fno-wrapv -Wno-unused-function -Wno-int-in-bool-context -Wno-unknown-warning-option -O3 -xHost -mavx -fast -unroll -vec -simd +cflags=-std=c++11 -fno-math-errno -fvisibility=hidden -fno-wrapv -Wno-unused-function -Wno-int-in-bool-context -Wno-unknown-warning-option -O3 -xHost -mavx -fast -unroll -vec ldflags=-fvisibility=hidden -Wl,-strip-all blas=blas CC=icc