Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GccCmd (0.27 sec)

  1. src/cmd/go/internal/work/exec.go

    	// in debug mode and don't report the error.
    	if cfg.BuildN || cfg.BuildX {
    		sh.reportCmd("", "", out, nil)
    	}
    	return err
    }
    
    // GccCmd returns a gcc command line prefix
    // defaultCC is defined in zdefaultcc.go, written by cmd/dist.
    func (b *Builder) GccCmd(incdir, workdir string) []string {
    	return b.compilerCmd(b.ccExe(), incdir, workdir)
    }
    
    // GxxCmd returns a g++ command line prefix
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
Back to top