Skip to content

Commit

Permalink
delete strip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlkenePan committed Sep 1, 2022
1 parent 195937c commit 0eb9d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ endif

build: update_version agent_plugin nsenter process_injector java python go node php_probe rasp server ## build all
cd output && mv lib "lib-${VERSION}"
cd output && strip ./* && strip ./*/* && strip ./*/*/*
# cd output && strip ./* && strip ./*/* && strip ./*/*/*
cd output && tar -czvf "rasp_${VERSION}.tar.gz" ./* && sha256sum "rasp_${VERSION}.tar.gz" && sha256sum rasp
mv "output/rasp_${VERSION}.tar.gz" .

Expand Down

0 comments on commit 0eb9d35

Please sign in to comment.