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