mirror of
https://github.com/jb55/nostril.git
synced 2024-11-21 16:29:06 -05:00
o p t i m i z e
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
2286142853
commit
3b8dea4c59
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
CFLAGS = -Wall -Og -Ideps/secp256k1/include
|
CFLAGS = -Wall -O2 -Ideps/secp256k1/include
|
||||||
OBJS = sha256.o nostril.o aes.o base64.o
|
OBJS = sha256.o nostril.o aes.o base64.o
|
||||||
HEADERS = hex.h random.h config.h sha256.h deps/secp256k1/include/secp256k1.h
|
HEADERS = hex.h random.h config.h sha256.h deps/secp256k1/include/secp256k1.h
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
|
|
Loading…
Reference in New Issue
Block a user