diff --git a/Makefile b/Makefile index 96a2291fa..1e400c8fb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -CC = gcc -CFLAGS = -Wall -OBJS = aux.o ecdsa.o secp256k1.o sha256.o rand.o +CC = gcc +CFLAGS = -Wall -Os +OBJS = aux.o ecdsa.o secp256k1.o sha256.o rand.o all: test-speed test-verify