Re: [gdal-dev] GDAL and OpenJpeg2000 next version release

2019-04-02 Thread Even Rouault
On vendredi 22 février 2019 08:41:13 CEST Noureddine Farah wrote: > Hi, > > I'm using GDAL to open and read OpenJpeg 2000 files and one of the files > could not be read ok because of this bug > . The good news that bug > was fixed in OpenJpeg 200

Re: [gdal-dev] Question about GDAL lib size

2019-04-02 Thread Patrick Valsecchi
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 wrote: > Hi, > > > > I tried ‘strip lib’, it reduce the lib file size to 17MB. > > Do you kno