最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

the role of strip in makefile

工作和技术 crifan 1774浏览 0评论

in a makefile ,I found this :

release:
$(STRIP) -s $(APPNAME)
$(STRIP) -s $(LIBNAME)

so to google "STRIP makefile" and know that:

# STRIP is the command used to compact the compiled binaries by removing their
# symbol tables.

STRIP = strip

sites:makefile

转载请注明:在路上 » the role of strip in makefile

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
79 queries in 0.154 seconds, using 22.03MB memory