Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for linkerFlagSupported (0.13 sec)

  1. src/cmd/link/internal/ld/lib.go

    		// the date/time they were linked.
    		const noTimeStamp = "-Wl,--no-insert-timestamp"
    		if linkerFlagSupported(ctxt.Arch, argv[0], altLinker, noTimeStamp) {
    			argv = append(argv, noTimeStamp)
    		}
    	}
    
    	const compressDWARF = "-Wl,--compress-debug-sections=zlib"
    	if ctxt.compressDWARF && linkerFlagSupported(ctxt.Arch, argv[0], altLinker, compressDWARF) {
    		argv = append(argv, compressDWARF)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top