msys2: set LDFLAGS=-pipe to disable ASLR

This commit is contained in:
umarcor
2020-12-03 09:17:39 +01:00
parent e30cbee332
commit efdf4a8a8a
+1 -1
View File
@@ -21,7 +21,7 @@ build() {
./configure \
--prefix="${MINGW_PREFIX}" \
--host="$CARCH"-w64-mingw32
mingw32-make
mingw32-make LDFLAGS="-pipe"
}
check() {