aboutsummaryrefslogtreecommitdiff
path: root/depends/hosts/mingw32.mk
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2014-07-23 01:31:30 -0400
committerCory Fields <[email protected]>2014-08-08 15:10:46 -0400
commit1dec09b341f61836147d87656aea7f7be02aab6d (patch)
treebda4c72a414edf94b91537eb2fe9c6da5c6942b8 /depends/hosts/mingw32.mk
parentMerge branch 'patch-4' of git://github.com/benhc123/bitcoin into merge-PR4653 (diff)
downloaddiscoin-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.mk2
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)