Thread overview | |||||
---|---|---|---|---|---|
|
April 13, 2007 [Issue 1136] New: please add -pipe support to gdmd | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=1136 Summary: please add -pipe support to gdmd Product: DGCC aka GDC Version: unspecified Platform: All OS/Version: Mac OS X Status: NEW Severity: enhancement Priority: P2 Component: glue layer AssignedTo: dvdfrdmn@users.sf.net ReportedBy: afb@algonet.se @@ -224,6 +224,8 @@ $output_parents = 1; } elsif ( $arg =~ m/^-nofloat$/ ) { # do nothing + } elsif ( $arg =~ m/^-pipe$/ ) { + push @out, '-pipe'; } elsif ( $arg =~ m/^-profile$/ ) { # there is more to profiling than this ... -finstrument-functions? push @out, '-pg'; -- |
September 14, 2007 [Issue 1136] please add -pipe support to gdmd | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1136 ------- Comment #1 from afb@algonet.se 2007-09-14 03:15 ------- Bump? -- |
August 05, 2010 [Issue 1136] please add -pipe support to gdmd | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1136 Iain Buclaw <ibuclaw@ubuntu.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Iain Buclaw <ibuclaw@ubuntu.com> 2010-08-05 14:22:17 PDT --- Fixed in hg commit 86 / release 0.25 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation