]> Cypherpunks repositories - gostls13.git/commit
cmd/link: enable DEP for Windows executables
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 26 Oct 2019 20:41:31 +0000 (22:41 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sun, 27 Oct 2019 09:49:02 +0000 (09:49 +0000)
commit31bfab4ac621e81100d7fc3bc8cf483c5d2d2fef
treec9486d59f32df277b41bd51f50fb94d5942e0740
parent0d3092ffa7e7f613429ddcfd596d26ccbc84766f
cmd/link: enable DEP for Windows executables

There's no reason not to enable DEP in 2019, especially given Go's
minimum operating system level.

RELNOTE=yes

Change-Id: I9c3bbc5b05a1654876a218123dd57b9c9077b780
Reviewed-on: https://go-review.googlesource.com/c/go/+/203601
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/pe.go