mirror of
https://github.com/pavel-demin/ft8d.git
synced 2024-11-23 21:08:36 -05:00
add -fpermissive to CXXFLAGS
This commit is contained in:
parent
17fb21b427
commit
e91f25e1a2
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ FC = gfortran
|
|||||||
LD = g++
|
LD = g++
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
|
||||||
CXXFLAGS = -O3 -Wall -fbounds-check
|
CXXFLAGS = -O3 -Wall -fbounds-check -fpermissive
|
||||||
FFLAGS = -O3 -Wall -funroll-loops -fno-second-underscore
|
FFLAGS = -O3 -Wall -funroll-loops -fno-second-underscore
|
||||||
LDFLAGS = -lfftw3f `$(FC) -print-file-name=libgfortran.so`
|
LDFLAGS = -lfftw3f `$(FC) -print-file-name=libgfortran.so`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user