Try renabling ASLR for MSYS2 package build.

This should work now, given the previous commit that fixed the address
mask size in vvp.
This commit is contained in:
Martin Whitaker 2020-12-04 18:49:42 +00:00
parent 0d6a2f95a8
commit 96df23c5f9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ build() {
./configure \
--prefix="${MINGW_PREFIX}" \
--host="$CARCH"-w64-mingw32
mingw32-make LDFLAGS="-pipe"
mingw32-make
}
check() {