Unverified Commit cec68629 authored by Nick Cao's avatar Nick Cao
Browse files

qt6.qtdeclarative: reduce closure size by removing reference to qtbase.dev

before: /nix/store/g7k03425nzhlwcldc85fyw4bly7bwk9a-qtdeclarative-6.3.2    1.7G
after:  /nix/store/x08j7c378j6a8i1vam4iqgk4lk6sqzm0-qtdeclarative-6.3.2  566.7M
parent 50ae3b26
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -32,4 +32,8 @@ qtModule {
    "bin/qmlscene"
    "bin/qmltestrunner"
  ];

  NIX_CFLAGS_COMPILE = [
    "-fmacro-prefix-map=${qtbase.dev}=qtbase.dev"
  ];
}