From a006fd14fc3a490ca14104ec84b39c07b9bf11eb Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 11 Jan 2020 20:58:18 -0500 Subject: [PATCH] build tweak --- CMakeLists.txt | 1 + ci/build.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9bd7c7..60baba0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,7 @@ if (STATIC_BUILD) zstd bz2 z + expat crypto ) else () diff --git a/ci/build.sh b/ci/build.sh index 7b010a9..a993ec1 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -1,4 +1,5 @@ #!/usr/bin/env sh cmake -D STATIC_BUILD=on . -make \ No newline at end of file +make +strip deepextract \ No newline at end of file