EXPERIMENTAL: added the flag -no-integrated-as for clang compiler in Makefile.system
This commit is contained in:
parent
3885eebdb8
commit
84badf8086
|
@ -350,6 +350,12 @@ ifeq ($(C_COMPILER), INTEL)
|
|||
CCOMMON_OPT += -wd981
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH), x86_64)
|
||||
ifeq ($(C_COMPILER), CLANG)
|
||||
CCOMMON_OPT += -no-integrated-as
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(USE_OPENMP), 1)
|
||||
# ifeq logical or. GCC or LSB
|
||||
ifeq ($(C_COMPILER), $(filter $(C_COMPILER),GCC LSB))
|
||||
|
|
Loading…
Reference in New Issue