nostril

A C cli tool for creating nostr events
git clone git://jb55.com/nostril
Log | Files | Refs | Submodules | README | LICENSE

commit be4edffd20c9e1c2a4beae3c7b2199c52dfac88e
parent e8bba43f3ed765398f85cbe74513bd62365c70cb
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 30 Aug 2022 07:31:49 -0700

o p t i m i z e

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/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