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:
parent
698924a20a
commit
ee070028e4
5 changed files with 126 additions and 8 deletions
3
tests/fixtures/install/helloworld.rs
vendored
Normal file
3
tests/fixtures/install/helloworld.rs
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello World!");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue