clbr / radeontop

GNU General Public License v3.0
808 stars 70 forks source link

Do not strip by default #5

Closed Nikoli closed 10 years ago

Nikoli commented 10 years ago

make install != make install-strip

https://www.gnu.org/software/automake/manual/automake.html#Standard-Targets

Required for Gentoo packaging.

clbr commented 10 years ago

It's a conscious choice to have the default this way. Closing.

Nikoli commented 10 years ago

I need to disable both -g and -s for creating correct Gentoo package. How can i do it without patching? Please provide option.

clbr commented 10 years ago

Alright, added option "plain" to do such a build. ie "make plain=1".

Nikoli commented 10 years ago

Works fine, thank you.