mirror of
https://github.com/jb55/nostril.git
synced 2025-05-08 08:49:55 -04: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
|
||||
HEADERS = hex.h random.h config.h sha256.h deps/secp256k1/include/secp256k1.h
|
||||
PREFIX ?= /usr/local
|
||||
|
Loading…
x
Reference in New Issue
Block a user