strip-debugger ( -- )


Vocabulary
tools.deploy.shaker

Inputs
None

Outputs
None

Definition


: strip-debugger ( -- )
strip-debugger? "debugger" lookup-vocab and [
"Stripping debugger" show
"vocab:tools/deploy/shaker/strip-debugger.factor"
run-file
] when ;