[OpenMP] Fix ARMCLANG Makefile bug where it didn't set the flags
This commit is contained in:
parent
f31181dedb
commit
66d915fa2e
@ -42,8 +42,8 @@ FLAGS_CLANG = -O3 -std=c++11
|
||||
FLAGS_XL = -O5 -qarch=auto -qtune=auto -std=c++11
|
||||
FLAGS_PGI = -O3 -std=c++11
|
||||
FLAGS_NEC = -O4 -finline -std=c++11
|
||||
CXXFLAGS = $(FLAGS_$(COMPILER))
|
||||
FLAGS_ARMCLANG = -O3 -std=c++11
|
||||
CXXFLAGS = $(FLAGS_$(COMPILER))
|
||||
|
||||
# OpenMP flags for CPUs
|
||||
OMP_ARMCLANG_CPU = -fopenmp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user