Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gccNoPie (0.16 sec)

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

    		// link, and libgo picks up non-split-stack code from
    		// libffi.
    		ldflags = append(ldflags, "-Wl,-r", "-nostdlib")
    		ldflags = append(ldflags, goLibBegin...)
    
    		if nopie := b.gccNoPie([]string{tools.linker()}); nopie != "" {
    			ldflags = append(ldflags, nopie)
    		}
    
    		// We are creating an object file, so we don't want a build ID.
    		if root.buildID == "" {
    			ldflags = b.disableBuildID(ldflags)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 02 22:18:34 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top