最新消息:20210917 已从crifan.com换到crifan.org

the role of strip in makefile

工作和技术 crifan 1493浏览 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,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
89 queries in 0.182 seconds, using 23.30MB memory