Menu

#16 Installs unstripped libraries

git_head
open
nobody
None
2019-06-18
2019-06-08
Yuri
No
====> Running Q/A tests (stage-qa)
Warning: 'lib/lv2/drumkv1.lv2/drumkv1.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'lib/lv2/drumkv1.lv2/drumkv1_ui.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}

Discussion

  • Yuri

    Yuri - 2019-06-08

    Version 0.9.8 on FreeBSD.

     
  • Rui Nuno Capela

    Rui Nuno Capela - 2019-06-18

    and what is exactly the problem ? what true benefits will it bring to have any common shared libraries (ie. libdrumkv1.so. and libdrumkv1_ui.so.) being stripped anyhow ? is it just about saving some lousy bytes in binary size ?

     
  • Yuri

    Yuri - 2019-06-18

    The framework complains about unstripped binaries.
    It tries to enforce some constraints that are commonly perceived to be beneficial.

     
    • Rui Nuno Capela

      Rui Nuno Capela - 2019-06-18

      well, at least in linux, it is not advisable nor the least beneficial in any kind to strip shared libraries; have no clue about freebsd though.

      static libraries is another story... but anyhow, in the end of the day it's all about your call as a packager on your platform of choice... just don't push that call into upstream ;)

       

      Last edit: Rui Nuno Capela 2019-06-18
  • Yuri

    Yuri - 2019-06-18

    In terms of saving space it is beneficial on every OS.

    Depending on the compile options, unstripped binaries can be 10X larger.

     

Log in to post a comment.