Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for Paging (0.16 sec)

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

    			argv = append(argv, "-Wl,--no-execute-only")
    		}
    	case objabi.Hwindows:
    		if windowsgui {
    			argv = append(argv, "-mwindows")
    		} else {
    			argv = append(argv, "-mconsole")
    		}
    		// Mark as having awareness of terminal services, to avoid
    		// ancient compatibility hacks.
    		argv = append(argv, "-Wl,--tsaware")
    
    		// Enable DEP
    		argv = append(argv, "-Wl,--nxcompat")
    
    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