strip-libc ( -- )


Vocabulary
tools.deploy.shaker

Inputs
None

Outputs
None

Definition


: strip-libc ( -- )
"libc" lookup-vocab [
"Stripping manual memory management debug code" show
"vocab:tools/deploy/shaker/strip-libc.factor" run-file
] when ;