Browse Source

Handle inadvertent use of DYNAMIC_ARCH=0

pull/3241/head
Martin Kroeker GitHub 5 years ago
parent
commit
cc7ef7ee71
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      Makefile.x86_64

+ 0
- 8
Makefile.x86_64 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


Loading…
Cancel
Save