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:
parent
0d6a2f95a8
commit
96df23c5f9
|
|
@ -21,7 +21,7 @@ build() {
|
|||
./configure \
|
||||
--prefix="${MINGW_PREFIX}" \
|
||||
--host="$CARCH"-w64-mingw32
|
||||
mingw32-make LDFLAGS="-pipe"
|
||||
mingw32-make
|
||||
}
|
||||
|
||||
check() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue