Thread overview
[Issue 312] New: please please please build the libgphobos.a in release mode!!!
Aug 27, 2006
d-bugmail
Sep 03, 2006
d-bugmail
Nov 25, 2006
d-bugmail
Dec 17, 2006
d-bugmail
Dec 17, 2006
d-bugmail
August 27, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=312

           Summary: please please please build the libgphobos.a in release
                    mode!!!
           Product: GDC
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: braddr@puremagic.com
        ReportedBy: someanon@yahoo.com


please please please build the libgphobos.a in release mode in the src & binary distribution.

So when people download and use gdc in the default mode, any program they build runs fast.


-- 

September 03, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=312





------- Comment #1 from afb@algonet.se  2006-09-03 16:16 -------
"release" is mostly about contracts (and not so much about speed), but libgphobos.a *is* built for both - with the standard DFLAGS:

DFLAGS="-g -frelease -O2"

So this should not be a problem in a standard GDC 0.19 compile... (I think that the Garbage Collection code does an exception, but)


-- 

November 25, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=312


braddr@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|braddr@puremagic.com        |dvdfrdmn@users.sf.net




------- Comment #2 from braddr@puremagic.com  2006-11-25 15:08 -------
Mass reassignment of gdc bugs from me to David.


-- 

December 17, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=312


dvdfrdmn@users.sf.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




-- 

December 17, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=312


dvdfrdmn@users.sf.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WORKSFORME




------- Comment #3 from dvdfrdmn@users.sf.net  2006-12-16 21:19 -------
GDC already builds libgphobos in release mode.


--