Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for flagsNotCompatibleWithInternalLinking (0.41 sec)

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

    	// #58620, and #58848.
    	flagSources := []string{"CGO_CFLAGS", "CGO_CXXFLAGS", "CGO_FFLAGS"}
    	flagLists := [][]string{cgoCFLAGS, cgoCXXFLAGS, cgoFFLAGS}
    	if flagsNotCompatibleWithInternalLinking(flagSources, flagLists) {
    		tokenFile := objdir + "preferlinkext"
    		if err := sh.writeFile(tokenFile, nil); err != nil {
    			return nil, nil, err
    		}
    		outObj = append(outObj, tokenFile)
    	}
    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