cgit: strip debug symbols from cgit.cgi

The debug symbols result in an unneeded runtime dependency on GCC, and
properly stripping them shrinks the size of the closure significantly.
This commit is contained in:
Colin Atkinson 2020-11-19 00:49:00 -05:00
parent a0bbcb7632
commit 3bc05c2602
No known key found for this signature in database
GPG key ID: 5E5635D5498F3950

View file

@ -69,6 +69,8 @@ stdenv.mkDerivation rec {
done
'';
stripDebugList = [ "cgit" ];
meta = {
homepage = "https://git.zx2c4.com/cgit/about/";
repositories.git = "git://git.zx2c4.com/cgit";