diff options
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 0000000000..ffe4a55842 --- /dev/null +++ b/depends/hosts/mingw32.mk @@ -0,0 +1,2 @@ +mingw32_CFLAGS=-pipe -O2 +mingw32_CXXFLAGS=$(mingw32_CFLAGS) |