[toolchains] Do strip to reduce dcap library size

This commit is contained in:
Zheng, Qi 2023-02-22 15:00:07 +08:00 committed by volcano
parent c46c28ef8b
commit 7809658233

@ -29,6 +29,7 @@ function build_lib() {
# Create SO links
pushd ${TARGET_PATH}
strip libocclum_dcap.so
mv libocclum_dcap.so $SONAME
ln -s $SONAME libocclum_dcap.so
popd