From d1a2f9b1d5cab6d9a698b946a47448ece0ac8825 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 7 Jan 2020 14:32:39 -0500 Subject: [PATCH] Strip binary (CI) --- CMakeLists.txt | 2 +- ci/build.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ffa960..d177871 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ endif () find_package(PkgConfig REQUIRED) set(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig/") -find_package(OpenSSL REQUIRED) +#find_package(OpenSSL REQUIRED) find_package(Freetype REQUIRED) pkg_check_modules(GLIB REQUIRED glib-2.0) diff --git a/ci/build.sh b/ci/build.sh index cecbdc2..2cc301f 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -3,4 +3,6 @@ ./scripts/get_static_libs.sh cmake . -make \ No newline at end of file +make +strip sist2 +strip sist2_scan