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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user