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
This commit is contained in:
parent
50ae3b268c
commit
cec6862940
@ -32,4 +32,8 @@ qtModule {
|
||||
"bin/qmlscene"
|
||||
"bin/qmltestrunner"
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
"-fmacro-prefix-map=${qtbase.dev}=qtbase.dev"
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user