Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for headSet (1.13 sec)

  1. src/cmd/go/internal/load/pkg.go

    	// (If -trimpath is set, it is possible that these flags include system paths.)
    	// If cgo is involved, reproducibility is already pretty well ruined anyway,
    	// given that we aren't stamping header or library versions.
    	//
    	// TODO(bcmills): perhaps we could at least parse the flags and stamp the
    	// subset of flags that are known not to be paths?
    	if cfg.BuildContext.CgoEnabled && !cfg.BuildTrimpath {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/exec.go

    // expect to be able to access the cgo-generated header file.
    func (b *Builder) needCgoHdr(a *Action) bool {
    	// If this build triggers a header install, run cgo to get the header.
    	if !b.IsCmdList && (a.Package.UsesCgo() || a.Package.UsesSwig()) && (cfg.BuildBuildmode == "c-archive" || cfg.BuildBuildmode == "c-shared") {
    		for _, t1 := range a.triggers {
    			if t1.Mode == "install header" {
    				return true
    			}
    		}
    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