From e91f25e1a28f240cb0afb06b8e8fcb0cb09eac21 Mon Sep 17 00:00:00 2001 From: Pavel Demin Date: Sat, 31 Mar 2018 09:52:31 +0200 Subject: [PATCH] add -fpermissive to CXXFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 219c5c2..067db43 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ FC = gfortran LD = g++ RM = rm -f -CXXFLAGS = -O3 -Wall -fbounds-check +CXXFLAGS = -O3 -Wall -fbounds-check -fpermissive FFLAGS = -O3 -Wall -funroll-loops -fno-second-underscore LDFLAGS = -lfftw3f `$(FC) -print-file-name=libgfortran.so`