aboutsummaryrefslogtreecommitdiff
path: root/ports/icu/remove-MD-from-configure.patch
blob: d35205ebf1d5840e8d3b4daeae0bbbff861e49bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff -urN a/source/runConfigureICU b/source/runConfigureICU
--- a/source/runConfigureICU	2018-03-26 21:38:44.000000000 +0800
+++ b/source/runConfigureICU	2018-08-26 09:04:53.197454400 +0800
@@ -322,10 +322,10 @@
         THE_COMP="Microsoft Visual C++"
         CC=cl; export CC
         CXX=cl; export CXX
-        RELEASE_CFLAGS='-Gy -MD'
-        RELEASE_CXXFLAGS='-Gy -MD'
-        DEBUG_CFLAGS='-Zi -MDd'
-        DEBUG_CXXFLAGS='-Zi -MDd'
+        RELEASE_CFLAGS='-Gy'
+        RELEASE_CXXFLAGS='-Gy'
+        DEBUG_CFLAGS='-Zi'
+        DEBUG_CXXFLAGS='-Zi'
         DEBUG_LDFLAGS='-DEBUG'
         ;;
     *BSD)