Browse Source

Update Makefile

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

+ 0
- 1
test/Makefile View File

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


Loading…
Cancel
Save