forked from mindspore-Ecosystem/mindspore
fix: thirdparty icu4c binscope
This commit is contained in:
parent
7c2fcfe1ee
commit
f27a16c8f8
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue