1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

install: implement stripping symbol table (#2047)

This commit is contained in:
Sivachandran 2021-04-10 15:23:29 +05:30 committed by GitHub
parent 698924a20a
commit ee070028e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 126 additions and 8 deletions

3
tests/fixtures/install/helloworld.rs vendored Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello World!");
}

BIN
tests/fixtures/install/helloworld_linux vendored Executable file

Binary file not shown.

BIN
tests/fixtures/install/helloworld_macos vendored Executable file

Binary file not shown.