...

Text file src/cmd/go/testdata/script/build_concurrent_backend.txt

Documentation: cmd/go/testdata/script

     1# Tests golang.org/issue/48490
     2# cmd/go should enable concurrent compilation by default
     3
     4# Reset all experiments, since one of them can disable
     5# concurrent compilation, e.g: fieldtrack.
     6env GOEXPERIMENT=none
     7
     8env GOMAXPROCS=4
     9go build -n -x -a fmt
    10stderr ' -c=4 '

View as plain text