!6315 delete build_icu4c.sh
Merge pull request !6315 from qianlong21st/add_copyrightpull/6315/MERGE
commit
8670306870
@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
echo '{
|
||||
"strategy": "additive",
|
||||
"featureFilters": {
|
||||
"normalization": "include"
|
||||
}
|
||||
}' > filter.json
|
||||
CFLAGS="-fstack-protector -Wl,-z,now -D_FORTIFY_SOURCE=2 -O2" ./icu4c/source/runConfigureICU Linux --enable-rpath --disable-tests --disable-samples --disable-icuio --disable-extras ICU_DATA_FILTER_FILE=filter.json "$@"
|
@ -0,0 +1,11 @@
|
||||
--- ./icu4c/source/runConfigureICU 2020-09-16 10:29:53.446938469 +0800
|
||||
+++ ./icu4c/source/runConfigureICU_cflags 2020-04-23 01:49:10.000000000 +0800
|
||||
@@ -247,7 +247,7 @@ case $platform in
|
||||
Linux*)
|
||||
THE_OS="Linux"
|
||||
THE_COMP="the clang or else GNU C++"
|
||||
- RELEASE_CFLAGS='-O3'
|
||||
+ RELEASE_CFLAGS='-fstack-protector -Wl,-z,now -D_FORTIFY_SOURCE=2 -O3'
|
||||
RELEASE_CXXFLAGS='-O3'
|
||||
DEBUG_CFLAGS='-g'
|
||||
DEBUG_CXXFLAGS='-g'
|
Loading…
Reference in new issue