Skip to content

Commit

Permalink
Remove strip target (#21)
Browse files Browse the repository at this point in the history
Remove strip target as that seems to rewrite the binary into an incorrectly.
  • Loading branch information
maxded authored Dec 20, 2024
1 parent 1a637e2 commit 3df24ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbuild/src/command/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ pub fn build(env: &BuildEnv) -> Result<()> {

std::process::Command::new("strip")
// I'm told this should always be valid for Android, so use this as the target
.arg("--target=elf64-little")
.arg("--strip-debug")
.arg(&lib)
.spawn()
Expand Down

0 comments on commit 3df24ba

Please sign in to comment.