diff --git a/compile.bash b/compile.bash index 95e9329..c3aaa80 100755 --- a/compile.bash +++ b/compile.bash @@ -17,6 +17,7 @@ make make test make install "DESTDIR=$(pwd)/../icinga2-bin" +strip -g ../icinga2-bin/usr/lib/*/icinga2/sbin/icinga2 cd ..