Stefan Weil via writes:
> Each DLL should only be checked once for dependencies, but
> several hundred (781 in my test) unneeded checks were done.
>
> Now the script is significantly faster (16 s in my build).
>
> Signed-off-by: Stefan Weil
Queued to maintainer/jan-2025, thanks.
--
Alex Benné
On 1/11/25 13:52, Stefan Weil via wrote:
Each DLL should only be checked once for dependencies, but
several hundred (781 in my test) unneeded checks were done.
Now the script is significantly faster (16 s in my build).
Signed-off-by: Stefan Weil
---
scripts/nsis.py | 10 +-
1 file c
On 11/1/25 22:52, Stefan Weil via wrote:
Each DLL should only be checked once for dependencies, but
several hundred (781 in my test) unneeded checks were done.
Now the script is significantly faster (16 s in my build).
Signed-off-by: Stefan Weil
---
scripts/nsis.py | 10 +-
1 file c
Each DLL should only be checked once for dependencies, but
several hundred (781 in my test) unneeded checks were done.
Now the script is significantly faster (16 s in my build).
Signed-off-by: Stefan Weil
---
scripts/nsis.py | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff