tce-load -i compiletc openssl-1.1.1-dev https://www.libssh2.org/download/libssh2-1.9.0.tar.gz cd libssh2-1.9.0 CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 10.99s] sudo make install version: 1.9.0 Host type: x86_64-pc-linux-gnu Install prefix: /usr/local Compiler: gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe Compiler flags: -g -O2 Library types: Shared=yes, Static=no Crypto library: OpenSSL (AES-CTR: yes) Clear memory: unsupported Debug build: no Build examples: yes Path to sshd: (only for self-tests) zlib compression: yes