[Issue 14939] New: dmd slow build of botan library with -inline and -O

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Aug 20 01:25:46 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14939

          Issue ID: 14939
           Summary: dmd slow build of botan library with -inline and -O
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: chalucha at gmail.com

Just clone the https://github.com/etcimon/botan library
Run dub build --config=32mscoff -b release

It takes over 3 minutes to build for me.

dmd params are: -m32mscoff -lib -release -inline -O -w

if -inline is removed, it builds within 12s.

On the linux it is a similar story.

DMD version: 2.068.0
OS: Windows 8.1 x86_64

--


More information about the Digitalmars-d-bugs mailing list