https://bugs.winehq.org/show_bug.cgi?id=54940 Bug ID: 54940 Summary: Import library generation is much slower without dlltool Product: Wine Version: 8.0-rc1 Hardware: x86-64 OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: build-env Assignee: wine-bugs(a)winehq.org Reporter: z.figura12(a)gmail.com CC: rbernon(a)codeweavers.com Regression SHA1: 103eb831564decc9812239f454ed1cc40714c0a1 Distribution: --- E.g.: elizabeth(a)ledyba:~/git/wine64$ time tools/winebuild/winebuild -w --implib -o dlls/msi/x86_64-windows/libmsi.a --without-dlltool -b x86_64-w64-mingw32 --export ../wine/dlls/msi/msi.spec real 0m1.509s user 0m0.575s sys 0m0.481s elizabeth(a)ledyba:~/git/wine64$ time tools/winebuild/winebuild -w --implib -o dlls/msi/x86_64-windows/libmsi.a -b x86_64-w64-mingw32 --export ../wine/dlls/msi/msi.spec real 0m0.042s user 0m0.017s sys 0m0.025s -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.