It updates to Unicode 15, including new characters, scripts, emoji, and corresponding API constants. It also updates to CLDR 42 locale data with various additions and corrections. ICU 72 adds technology preview implementations for person name formatting, as well as for a new version of message formatting based on a proposed draft Unicode specification. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
13 lines
358 B
Diff
13 lines
358 B
Diff
--- a/runConfigureICU
|
|
+++ b/runConfigureICU
|
|
@@ -254,8 +254,8 @@ case $platform in
|
|
THE_COMP="the GNU C++"
|
|
CC=gcc; export CC
|
|
CXX=g++; export CXX
|
|
- RELEASE_CFLAGS='-O3'
|
|
- RELEASE_CXXFLAGS='-O3'
|
|
+ RELEASE_CFLAGS=' '
|
|
+ RELEASE_CXXFLAGS=' '
|
|
DEBUG_CFLAGS='-g'
|
|
DEBUG_CXXFLAGS='-g'
|
|
;;
|