Browse Source

Update Makefile

pull/4243/head
Martin Kroeker GitHub 2 years ago
parent
commit
9dfd228bae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/Makefile

+ 1
- 1
test/Makefile View File

@@ -1,7 +1,7 @@
TOPDIR = ..
include ../Makefile.system
ifeq ($(F_COMPILER),GFORTRAN)
override FFLAGS += -fno-tree-vectorize
override FFLAGS += -fno-tree-vectorize -Wl,-ld_classic
endif

ifeq ($(NOFORTRAN),1)


Loading…
Cancel
Save