Handle inadvertent use of DYNAMIC_ARCH=0

This commit is contained in:
Martin Kroeker 2021-05-22 14:12:40 +02:00 committed by GitHub
parent 02087a62e7
commit cc7ef7ee71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -36,14 +36,6 @@ ifneq ($(F_COMPILER), NAG)
FCOMMON_OPT += -msse4.1
endif
endif
ifndef OLDGCC
ifdef HAVE_AVX
CCOMMON_OPT += -mavx
ifneq ($(F_COMPILER), NAG)
FCOMMON_OPT += -mavx
endif
endif
endif
ifndef NO_AVX2
ifdef HAVE_AVX2
CCOMMON_OPT += -mavx2