X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/2ca993e82fb37b597a3c73ecd1586a139a6579c5..a01113dcd0f39d5da295ef82785beff9ed86fe38:/icuSources/runConfigureICU?ds=sidebyside diff --git a/icuSources/runConfigureICU b/icuSources/runConfigureICU index 9cd1e914..77df3a06 100755 --- a/icuSources/runConfigureICU +++ b/icuSources/runConfigureICU @@ -1,4 +1,6 @@ #!/bin/sh +# Copyright (C) 2016 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html # Copyright (c) 1999-2015, International Business Machines Corporation and # others. All Rights Reserved. @@ -263,8 +265,8 @@ case $platform in CXX=cl; export CXX RELEASE_CFLAGS='-Gy -MD' RELEASE_CXXFLAGS='-Gy -MD' - DEBUG_CFLAGS='-Zi -MDd' - DEBUG_CXXFLAGS='-Zi -MDd' + DEBUG_CFLAGS='-FS -Zi -MDd' + DEBUG_CXXFLAGS='-FS -Zi -MDd' DEBUG_LDFLAGS='-DEBUG' ;; Cygwin/MSVC2005) @@ -313,7 +315,6 @@ case $platform in THE_COMP="the GNU C++" RELEASE_CFLAGS='-O3' RELEASE_CXXFLAGS='-O3' - CXXFLAGS="--std=c++03" export CXXFLAGS ;; MSYS/MSVC) @@ -323,8 +324,8 @@ case $platform in CXX=cl; export CXX RELEASE_CFLAGS='-Gy -MD' RELEASE_CXXFLAGS='-Gy -MD' - DEBUG_CFLAGS='-Zi -MDd' - DEBUG_CXXFLAGS='-Zi -MDd' + DEBUG_CFLAGS='-FS -Zi -MDd' + DEBUG_CXXFLAGS='-FS -Zi -MDd' DEBUG_LDFLAGS='-DEBUG' ;; *BSD)