Skip to content

Commit

Permalink
Do not strip GoReSym_lin binary
Browse files Browse the repository at this point in the history
    * We are possibly encountering an issue running the binary from sctk

Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Nov 4, 2024
1 parent 7ca6f61 commit 7865a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd $base_name/

echo Build GoReSym
go build && mv GoReSym GoReSym_lin
strip GoReSym_lin
# strip GoReSym_lin
cp GoReSym_lin ../../src/go_inspector/bin/
cd ..
echo Done building GoReSym
Expand Down

0 comments on commit 7865a60

Please sign in to comment.