Lines Matching full:strip
79 # - strip: Name of command for stripping symbols
80 # In this implementation `strip` is used
83 # strip_flag_all : --strip-all
84 # strip_flag_debug : --strip-debug
85 # strip_flag_dwo : --strip-dwo
86 # strip_flag_infile : empty, strip doesn't take arguments for input file
89 # This is using strip from bintools.
92 # Any flag the strip command requires for processing
96 set_property(TARGET bintools PROPERTY strip_flag_all --strip-all)
97 set_property(TARGET bintools PROPERTY strip_flag_debug --strip-debug)
98 set_property(TARGET bintools PROPERTY strip_flag_dwo --strip-dwo)