-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

strip


> Discard symbols from executables or object files.

More information.


Replace the input file with its stripped version:

strip {path/to/file}

Strip symbols from a file, saving the output to a specific file:

strip {path/to/input_file} -o {path/to/output_file}

Strip debug symbols only:

strip --strip-debug {path/to/file.o}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:29:35 2024