This is a discussion on Re: Samba 3 Beta big! - SMB ; After you configure, in the source/Makefile change the line: CFLAGS= -g -O2 to: CFLAGS= -O2 "Jens-René Wiedemann" wrote: > I have build the Samba 3 Beta on my server with the > ptions --with-automount --with-smbmount --with-syslog --with-quotas for > configure. ...
After you configure, in the source/Makefile
change the line:
CFLAGS= -g -O2
to:
CFLAGS= -O2
"Jens-René Wiedemann" wrote:
> I have build the Samba 3 Beta on my server with the
> ptions --with-automount --with-smbmount --with-syslog --with-quotas for
> configure. Now my executables are really big (for example smbpasswd is 12 MB
> or so). The complete Source with compiled binarys are over 500MB !
> What have I done wrong? Please help, i know it is beta, but what has gone
> wrong?