diff options
author | Howard Chu <hyc@symas.com> | 2019-11-13 13:50:17 +0000 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2019-11-17 13:44:07 +0000 |
commit | 024a1c7ddf0f510f149edb7f64aa54e100fd196f (patch) | |
tree | acf22707c0e20e948ee4bf803644fd267f738c83 /contrib/depends/hosts/mingw32.mk | |
parent | gitian: add FreeBSD (diff) | |
download | monero-024a1c7ddf0f510f149edb7f64aa54e100fd196f.tar.xz |
Add ARFLAGS
Needed to invoke deterministic mode on some archivers
Diffstat (limited to '')
-rw-r--r-- | contrib/depends/hosts/mingw32.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/depends/hosts/mingw32.mk b/contrib/depends/hosts/mingw32.mk index dbfb62fdc..ccc4c5082 100644 --- a/contrib/depends/hosts/mingw32.mk +++ b/contrib/depends/hosts/mingw32.mk @@ -1,5 +1,6 @@ mingw32_CFLAGS=-pipe mingw32_CXXFLAGS=$(mingw32_CFLAGS) +mingw32_ARFLAGS=cr mingw32_release_CFLAGS=-O2 mingw32_release_CXXFLAGS=$(mingw32_release_CFLAGS) |