fix extraneous brace

This commit is contained in:
Martin Kroeker 2023-06-24 09:05:42 +02:00 committed by GitHub
parent 53d9e6f097
commit 1b1a881461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1614,7 +1614,7 @@ ifdef OS_WINDOWS
LAPACK_FFLAGS := $(filter-out -fopenmp -mp -openmp -xopenmp=parallel,$(FFLAGS))
LAPACK_FPFLAGS := $(filter-out -fopenmp -mp -openmp -xopenmp=parallel,$(FPFLAGS))
else
ifeq ($(CORE), C910V))
ifeq ($(CORE),C910V)
LAPACK_FFLAGS := $(filter-out -O2,$(FFLAGS))
LAPACK_FFLAGS += -O1
else