Skip to content

Commit

Permalink
Remove unknown flag
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Sep 12, 2023
1 parent ceb7863 commit 581c77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/pythran_intel.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 581c77f

Please sign in to comment.