Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stdlibImportcfgFile (0.67 sec)

  1. src/cmd/internal/testdir/testdir_test.go

    			pkg := filepath.Join(tempDir, "pkg.a")
    			if _, err := runcmd(goTool, "tool", "compile", "-p=main", "-importcfg="+stdlibImportcfgFile(), "-o", pkg, t.goFileName()); err != nil {
    				return err
    			}
    			exe := filepath.Join(tempDir, "test.exe")
    			cmd := []string{goTool, "tool", "link", "-s", "-w", "-importcfg=" + stdlibImportcfgFile()}
    			cmd = append(cmd, "-o", exe, pkg)
    			if _, err := runcmd(cmd...); err != nil {
    				return err
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top