Strip binary (CI)

This commit is contained in:
simon 2020-01-07 14:32:39 -05:00
parent 71f17986db
commit d1a2f9b1d5
2 changed files with 4 additions and 2 deletions

View File

@ -86,7 +86,7 @@ endif ()
find_package(PkgConfig REQUIRED) find_package(PkgConfig REQUIRED)
set(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig/") 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) find_package(Freetype REQUIRED)
pkg_check_modules(GLIB REQUIRED glib-2.0) pkg_check_modules(GLIB REQUIRED glib-2.0)

View File

@ -4,3 +4,5 @@
cmake . cmake .
make make
strip sist2
strip sist2_scan