Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/go/scriptconds_test.go

    	add("race", sysCondition("-race", platform.RaceDetectorSupported, true))
    	add("symlink", lazyBool("testenv.HasSymlink()", testenv.HasSymlink))
    	add("trimpath", script.OnceCondition("test binary was built with -trimpath", isTrimpath))
    
    	return conds
    }
    
    func defaultCCIsAbsolute(s *script.State) (bool, error) {
    	GOOS, _ := s.LookupEnv("GOOS")
    	GOARCH, _ := s.LookupEnv("GOARCH")
    	defaultCC := cfg.DefaultCC(GOOS, GOARCH)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top