Lines Matching refs:strip
281 STRIP_EXEC = "/usr/bin/strip"
410 # Strip binaries from debug info.
411 strip = 0
526 if self.strip and not self.symlink:
602 self.message("Error: can't strip binaries: no strip program at "
622 output = outf.read().strip()
625 # trying to strip a script
837 --strip strip binaries (remove debug info)
857 "exclude=", "include=", "package=", "strip", "iconfile=",
920 elif opt == '--strip':
921 builder.strip = 1