fix: thirdparty icu4c binscope

This commit is contained in:
jonyguo 2021-08-06 09:25:14 +08:00
parent 7c2fcfe1ee
commit f27a16c8f8
1 changed files with 2 additions and 2 deletions

View File

@ -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'