December 18, 2023
https://issues.dlang.org/show_bug.cgi?id=24287

          Issue ID: 24287
           Summary: Build release tarballs of the DMD compiler with PGO
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: installer
          Assignee: nobody@puremagic.com
          Reporter: siarhei.siamashka@hotmail.com

Release tarballs (such as https://downloads.dlang.org/releases/2.x/2.106.0/dmd.2.106.0.linux.tar.xz) currently ship the DMD compiler binary, which is built without taking advantage of PGO. Thus the users are not enjoying the best possible compilation speed.

See https://issues.dlang.org/show_bug.cgi?id=18362 and https://forum.dlang.org/thread/ukljubhhlosfygbdzfcm@forum.dlang.org

--