mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
msys2: set LDFLAGS=-pipe to disable ASLR
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ build() {
|
||||
./configure \
|
||||
--prefix="${MINGW_PREFIX}" \
|
||||
--host="$CARCH"-w64-mingw32
|
||||
mingw32-make
|
||||
mingw32-make LDFLAGS="-pipe"
|
||||
}
|
||||
|
||||
check() {
|
||||
|
||||
Reference in New Issue
Block a user