mirror of
https://github.com/pavel-demin/ft8d.git
synced 2025-08-03 14:02:25 -04:00
remove no-second-underscore from Makefile
This commit is contained in:
parent
86712a5771
commit
071d85029e
4
Makefile
4
Makefile
@ -12,8 +12,8 @@ FC = gfortran
|
|||||||
LD = gfortran
|
LD = gfortran
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
|
||||||
CFLAGS = -O3 -Wall
|
CFLAGS = -Wall -O3 -funroll-loops
|
||||||
FFLAGS = -O3 -Wall -funroll-loops -fno-second-underscore
|
FFLAGS = -Wall -O3 -funroll-loops
|
||||||
LDFLAGS = -lfftw3f
|
LDFLAGS = -lfftw3f
|
||||||
|
|
||||||
all: $(TARGET)
|
all: $(TARGET)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user