mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
Added -openmp flag to Xeon Phi build for convenience
This commit is contained in:
@@ -78,7 +78,7 @@ GIT_LOG := $(GIT) log --decorate
|
||||
# --- Determine the C compiler and related flags ---
|
||||
CC := icc
|
||||
CPPROCFLAGS :=
|
||||
CMISCFLAGS := -mmic -fasm-blocks -std=c99
|
||||
CMISCFLAGS := -mmic -fasm-blocks -std=c99 -openmp
|
||||
CDBGFLAGS :=
|
||||
CWARNFLAGS := -Wall
|
||||
COPTFLAGS := -O3
|
||||
|
||||
Reference in New Issue
Block a user