Handbook
Glossary
strip-debugger ( -- )
Vocabulary
tools
.
deploy
.
shaker
Inputs
None
Outputs
None
Definition
USING:
io.streams.c
kernel
parser
tools.deploy.config
vocabs
;
IN:
tools.deploy.shaker
:
strip-debugger
( -- )
strip-debugger?
"debugger"
lookup-vocab
and
[
"Stripping debugger"
show
"vocab:tools/deploy/shaker/strip-debugger.factor"
run-file
]
when
;