size of hostapd
Pavel Roskin
proski
Fri Apr 17 07:36:45 PDT 2009
On Fri, 2009-04-17 at 11:36 +0530, PrameelaRani wrote:
> Hi, can any suggest me how can i reduce the size of hostapd. I using the
> version 0.6.2.
> I am getting the size as 1.2M presently. How to disable the debug
> messages?? I think this will help in reducing the size.
> what is CONFIG_NO_STDOUT_DEBUG option??
First of all, you can strip the executable:
[proski at mj hostapd]$ du -h hostapd
1.4M hostapd
[proski at mj hostapd]$ strip hostapd
[proski at mj hostapd]$ du -h hostapd
344K hostapd
[proski at mj hostapd]$
--
Regards,
Pavel Roskin
More information about the Hostap
mailing list