From f27a16c8f801469cd4aaa68ae5ec2c19c7849d57 Mon Sep 17 00:00:00 2001 From: jonyguo Date: Fri, 6 Aug 2021 09:25:14 +0800 Subject: [PATCH] fix: thirdparty icu4c binscope --- third_party/patch/icu4c/icu4c.patch01 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/patch/icu4c/icu4c.patch01 b/third_party/patch/icu4c/icu4c.patch01 index 4b002c024ae..19378ec36cc 100644 --- a/third_party/patch/icu4c/icu4c.patch01 +++ b/third_party/patch/icu4c/icu4c.patch01 @@ -5,8 +5,8 @@ THE_OS="Linux" THE_COMP="the clang or else GNU C++" - RELEASE_CFLAGS='-O3' -+ RELEASE_CFLAGS='-fstack-protector -D_FORTIFY_SOURCE=2 -O3 -Wl,-z,relro,-z,now' ++ RELEASE_CFLAGS='-fstack-protector -D_FORTIFY_SOURCE=2 -O3 -Wl,-z,relro,-z,now -s' - RELEASE_CXXFLAGS='-O3' -+ RELEASE_CXXFLAGS='-fstack-protector -D_FORTIFY_SOURCE=2 -O3 -Wl,-z,relro,-z,now' ++ RELEASE_CXXFLAGS='-fstack-protector -D_FORTIFY_SOURCE=2 -O3 -Wl,-z,relro,-z,now -s' DEBUG_CFLAGS='-g' DEBUG_CXXFLAGS='-g'