<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks, it is reduced. But, If i want to avoid the debug messages, what
shall i do???<br>
<br>
Pavel Roskin wrote:
<blockquote cite="mid1239979005.3038.3.camel@mj" type="cite">
  <pre wrap="">On Fri, 2009-04-17 at 11:36 +0530, PrameelaRani wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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??
    </pre>
  </blockquote>
  <pre wrap=""><!---->
First of all, you can strip the executable:

[proski@mj hostapd]$ du -h hostapd
1.4M    hostapd
[proski@mj hostapd]$ strip hostapd
[proski@mj hostapd]$ du -h hostapd
344K    hostapd
[proski@mj hostapd]$

  </pre>
</blockquote>
<br>
</body>
</html>