cmake -DCMAKE_BUILD_TYPE=Release ... But typically the libs are not stripped in this mode either. I never understood why and always add steps to do it afterwards.
On Tue, Apr 2, 2019 at 8:52 AM Fan Liu <[email protected]> wrote: > Hi, > > > > I tried ‘strip lib’, it reduce the lib file size to 17MB. > > Do you know is there any parameters during “./configure” to compile > without debug? I didn’t find the document. > > > > BRs, > > Fan Liu > > > > *From:* Fan Liu > *Sent:* Tuesday, April 2, 2019 2:40 PM > *To:* Patrick Valsecchi <[email protected]> > *Subject:* RE: [gdal-dev] Question about GDAL lib size > > > > Hi Patrick, > > > > Thanks for the reply. > > I checked online, it looks like strip a library will only remove unused > links for debug. > > > > Is it possible to get confirm that strip a library will not impact > functions? > > > > BRs, > > Fan Liu > > > > *From:* Patrick Valsecchi <[email protected]> > *Sent:* Tuesday, April 2, 2019 2:27 PM > *To:* Fan Liu <[email protected]> > *Subject:* Re: [gdal-dev] Question about GDAL lib size > > > > Hi, > > > > Most likely Redhat's is stripped and yours not. And yours is maybe also > compiled in debug... > > Plus, you don't look at the same version of GDAL. > > > > To strip a library, use the "strip" command. > > > > CU > > > > On Tue, Apr 2, 2019 at 8:12 AM Fan Liu <[email protected]> wrote: > > Resent question after register. Could anyone support? > > > > BRs, > > Fan Liu > > > > *From:* Fan Liu > *Sent:* Tuesday, April 2, 2019 10:24 AM > *To:* '[email protected]' <[email protected]> > *Subject:* Question about GDAL lib size > > > > Hello, > > > > I have a question related with lib size. When I install GDAL via rpm on > redhat, it lib size is 13MB. But when I compile GDAL frou source code on > SUSE, the lib is 121MB. This confuse me, could anyone provide any > suggestions? Why it's so big? > > > > -rwxr-xr-x 1 root root 121M Apr 1 08:37 libgdal.so.20.5.0 ## compile via > source code 2.4.0 > > -rwxr-xr-x 1 root root 13M Jan 28 2018 libgdal.so.1.18.4 ## installed > via rpm on redhat > > > > > > BRs, > > Fan Liu > > _______________________________________________ > gdal-dev mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/gdal-dev > >
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
