configure: Use linker hardening flags on mingw
authorAlex Smith <alex.smith@warpsharp.info>
Tue, 14 May 2013 14:05:52 +0000 (10:05 -0400)
committerMartin Storsjö <martin@martin.st>
Wed, 15 May 2013 11:42:08 +0000 (14:42 +0300)
commit225a5f91cc83f684e948d3c23ce5e5de0c041ecb
tree09325af5bf0f8d6a0ef487a79319e218afcd7b1a
parent6ce2c3106d78994d2b5d23ea5d23a393f8296657
configure: Use linker hardening flags on mingw

This makes it consistent with the msvc builds which automatically set
the DEP and ASLR flags by default.  There really is no good reason why
they shouldn't be set.

The fact that binutils does not set them on by default boggles the mind.

Signed-off-by: Martin Storsjö <martin@martin.st>
configure