Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildRace (0.51 sec)

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

    		}
    	}
    	if cfg.BuildCover {
    		appendSetting("-cover", "true")
    	}
    	if cfg.BuildMSan {
    		appendSetting("-msan", "true")
    	}
    	// N.B. -pgo added later by setPGOProfilePath.
    	if cfg.BuildRace {
    		appendSetting("-race", "true")
    	}
    	if tags := cfg.BuildContext.BuildTags; len(tags) > 0 {
    		appendSetting("-tags", strings.Join(tags, ","))
    	}
    	if 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)
Back to top