nostril

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

commit 3b8dea4c595eb4d4e1153cb55ae568b16ca1c51e
parent 2286142853e74531697ad36306ea1862718fc486
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