[Issue 1136] New: please add -pipe support to gdmd

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 13 02:50:23 PDT 2007


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 at users.sf.net
        ReportedBy: afb at 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';


-- 



More information about the D.gnu mailing list