Force unsigned 64 bit, not u32.
This commit is contained in:
@@ -16,7 +16,7 @@ endif
|
|||||||
# To override these, use "make OPTFLAGS=..." etc.
|
# To override these, use "make OPTFLAGS=..." etc.
|
||||||
CURVE = BN128
|
CURVE = BN128
|
||||||
OPTFLAGS = -O2 -march=x86-64 -g -mtune=x86-64
|
OPTFLAGS = -O2 -march=x86-64 -g -mtune=x86-64
|
||||||
FEATUREFLAGS = -DUSE_ASM -DMONTGOMERY_OUTPUT
|
FEATUREFLAGS = -DUSE_ASM -DMONTGOMERY_OUTPUT -D__SIZE_TYPE__="unsigned long long"
|
||||||
|
|
||||||
# Initialize this using "CXXFLAGS=... make". The makefile appends to that.
|
# Initialize this using "CXXFLAGS=... make". The makefile appends to that.
|
||||||
CXXFLAGS += -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-comment -Wfatal-errors $(OPTFLAGS) $(FEATUREFLAGS) -DCURVE_$(CURVE)
|
CXXFLAGS += -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-comment -Wfatal-errors $(OPTFLAGS) $(FEATUREFLAGS) -DCURVE_$(CURVE)
|
||||||
|
|||||||
Reference in New Issue
Block a user