add -fpermissive to CXXFLAGS

This commit is contained in:
Pavel Demin 2018-03-31 09:52:31 +02:00
parent 17fb21b427
commit e91f25e1a2
1 changed files with 1 additions and 1 deletions

View File

@ -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`