--- Makefile.orig 2019-02-28 09:58:39.629988776 +0000 +++ Makefile 2019-02-28 09:59:25.526654877 +0000 @@ -1,5 +1,5 @@ #makefile for fltk program -CXXFLAGS=-march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti +CXXFLAGS=-flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti PROG=flit VERSTR=1_3_1 @@ -15,7 +15,7 @@ compile: g++ `fltk-config --cxxflags` ${CXXFLAGS} -c ${PROG}.cpp g++ ${PROG}.o -o ${PROG} `fltk-config --use-images --use-forms --ldflags` - strip --strip-all ${PROG} + sstrip ${PROG} upx: compile upx --ultra-brute ${PROG}