|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D.gnu - [Issue 312] New: please please please build the libgphobos.a in release mode!!!
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. -- Aug 26 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) -- Sep 03 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. -- Nov 25 2006
http://d.puremagic.com/issues/show_bug.cgi?id=312 dvdfrdmn users.sf.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Dec 16 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. -- Dec 16 2006
|