# HG changeset patch # User Sebastien Jodogne # Date 1531124176 -7200 # Node ID fac458593ac897430ecb6daeaffd6b63cec12c29 # Parent 38a3054b22ffb80b7c2fe2e237f60f057a17cb1c typo diff -r 38a3054b22ff -r fac458593ac8 LinuxCompilation.txt --- a/LinuxCompilation.txt Fri Jul 06 16:51:08 2018 +0200 +++ b/LinuxCompilation.txt Mon Jul 09 10:16:16 2018 +0200 @@ -88,6 +88,7 @@ -DUSE_SYSTEM_MONGOOSE=OFF \ -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ -DDCMTK_LIBRARIES=dcmjpls \ + -DCMAKE_BUILD_TYPE=Release \ ~/Orthanc Note: Have also a look at the official package: @@ -109,6 +110,7 @@ -DUSE_SYSTEM_JSONCPP=OFF \ -DUSE_SYSTEM_PUGIXML=OFF \ -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ + -DCMAKE_BUILD_TYPE=Release \ ~/Orthanc @@ -126,6 +128,7 @@ -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE=ON \ -DUSE_SYSTEM_MONGOOSE=OFF \ -DDCMTK_LIBRARIES=dcmjpls \ + -DCMAKE_BUILD_TYPE=Release \ ~/Orthanc @@ -144,6 +147,7 @@ # cmake "-DDCMTK_LIBRARIES=CharLS" \ -DSYSTEM_MONGOOSE_USE_CALLBACKS=OFF \ + -DCMAKE_BUILD_TYPE=Release \ ~/Orthanc Note: Have also a look at the official package: @@ -160,6 +164,7 @@ # cmake -DALLOW_DOWNLOADS=ON \ -DUSE_SYSTEM_MONGOOSE=OFF \ -DDCMTK_LIBRARIES="dcmdsig;charls;dcmjpls" \ + -DCMAKE_BUILD_TYPE=Release \ ~/Orthanc @@ -180,6 +185,7 @@ -DUSE_SYSTEM_DCMTK=OFF \ -DUSE_SYSTEM_GOOGLE_TEST=OFF \ -DUSE_SYSTEM_LIBJPEG=OFF \ + -DCMAKE_BUILD_TYPE=Release \ ~/Orthanc diff -r 38a3054b22ff -r fac458593ac8 NEWS --- a/NEWS Fri Jul 06 16:51:08 2018 +0200 +++ b/NEWS Mon Jul 09 10:16:16 2018 +0200 @@ -440,7 +440,7 @@ * If error while calling the REST API, the answer body contains description of the error (this feature can be disabled with the "HttpDescribeErrors" option) * Upgrade to curl 7.44.0 for static and Windows builds -* Upgrade to libcurl 1.0.2d for static and Windows builds +* Upgrade to openssl 1.0.2d for static and Windows builds * Depends on libjpeg 9a * Bypass zlib uncompression if "StorageCompression" is enabled and HTTP client supports deflate