Re: Build Problem on OS X
Tony Goold <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.macosx |
|---|---|
| Message-ID | <[email protected]> |
> # ./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