Skip to content

Commit 93c6062

Browse files
ECM montgomery and edwards, torsion 8 and 16
1 parent 3673793 commit 93c6062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FLAGS_GPU := -O2 -DGPU
1414

1515
CXX := g++
1616
CXXFLAGS := -std=c++20 -O3 -Wall -I$(INC_DIR) -march=native -flto -I$(INC_DIR)/marin $(CFLAGS) $(FLAGS_GPU) $(FLAGS_CPU)
17-
LDFLAGS := -flto=8
17+
LDFLAGS := -flto
1818

1919
UNAME_S := $(shell uname -s)
2020
ifeq ($(UNAME_S),Darwin)

0 commit comments

Comments
 (0)