diff options
| author | Cory Fields <[email protected]> | 2014-07-23 01:31:30 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-08-08 15:10:46 -0400 |
| commit | 1dec09b341f61836147d87656aea7f7be02aab6d (patch) | |
| tree | bda4c72a414edf94b91537eb2fe9c6da5c6942b8 /depends/hosts/mingw32.mk | |
| parent | Merge branch 'patch-4' of git://github.com/benhc123/bitcoin into merge-PR4653 (diff) | |
| download | discoin-1dec09b341f61836147d87656aea7f7be02aab6d.tar.xz discoin-1dec09b341f61836147d87656aea7f7be02aab6d.zip | |
depends: add shared dependency builder
See the README's in depends for documentation
Diffstat (limited to 'depends/hosts/mingw32.mk')
| -rw-r--r-- | depends/hosts/mingw32.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/depends/hosts/mingw32.mk b/depends/hosts/mingw32.mk new file mode 100644 index 000000000..ffe4a5584 --- /dev/null +++ b/depends/hosts/mingw32.mk @@ -0,0 +1,2 @@ +mingw32_CFLAGS=-pipe -O2 +mingw32_CXXFLAGS=$(mingw32_CFLAGS) |