msys2: set LDFLAGS=-pipe to disable ASLR

This commit is contained in:
umarcor 2020-12-01 18:12:23 +01:00
parent e30cbee332
commit efdf4a8a8a
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
mingw32-make LDFLAGS="-pipe"
}
check() {