Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildAll (0.21 sec)

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

    		// Turn off -unsafeptr checks.
    		// There's too much unsafe.Pointer code
    		// that vet doesn't like in low-level packages
    		// like runtime, sync, and reflect.
    		// Note that $GOROOT/src/buildall.bash
    		// does the same
    		// and should be updated if these flags are
    		// changed here.
    		vetFlags = []string{"-unsafeptr=false"}
    
    		// Also turn off -unreachable checks during go test.
    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