Re: Build Problem on OS X
Jeff Grossman <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.macosx |
|---|---|
| Message-ID | <[email protected]> |
Tony Goold <[email protected]> wrote: >> # ./configure --disable-ldap --disable-mailnews >> --enable-extensions=cookie,xml- >> rpc,xmlextras,pref,transformiix,universalchardet,webservices,inspector, >> gnomevfs, >> negotiateauth --enable-crypto --disable-composer >> --enable-single-profile >> --disab >> le-profilesharing '--enable-optimize=-O2 -g' --disable-debug >> --disable-tests --e >> nable-static --disable-shared --enable-prebinding >> >> >> As you can see I am disabling debug and disabling tests. How come my >> build is so big? > > You need to remove -g from your configure options. > > Tony > Thanks for the help. Jeff