Thanks, Raul. I will working on it. 

BRs,
Fan Liu 

-----Original Message-----
From: postgis-users <[email protected]> On Behalf Of Raúl 
Marín Rodríguez
Sent: Tuesday, April 2, 2019 3:28 PM
To: PostGIS Users Discussion <[email protected]>
Subject: Re: [postgis-users] Lib size issue

Hi Fan,

You should probably ask in the gdal mailling list but I'd bet your compilation 
includes debugging symbols.
As a reference, in my system gdal 2.3.2 takes 17M without symbols and
117 with them.

If you don't need them you can either remove them from your CFLAGS
(-gX) and recompile
or strip them from the compiled library (`strip -s libgdal.so.20.5.0`).

Note that depending on the distribution you might have packages with just the 
symbols available (*-dev or something like that).

--
Raúl Marín Rodríguez
carto.com
_______________________________________________
postgis-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/postgis-users
_______________________________________________
postgis-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/postgis-users

Reply via email to