From 2669d703518e4e334a17b8283cca2d4d039a378b Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sat, 19 Oct 2019 12:47:51 +0000 Subject: [PATCH] Started working on decompression. There is a double free errror :( --- README.md | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index df6a955..4e76d54 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,8 @@ THis line seemed to fixed everything: libtoolize --force + + +======= STATICALLY LINKING ============== +./configure --enable-static LDFLAGS=-static + -- Gitblit v1.9.3