Skip to content

Commit 82284d4

Browse files
authored
fix: improve qpdf optimization options (#52)
* fix: compile qpdf in release mode Signed-off-by: Michele Dolfi <[email protected]> * switch to Release type Signed-off-by: Michele Dolfi <[email protected]> --------- Signed-off-by: Michele Dolfi <[email protected]>
1 parent 2b4d1d6 commit 82284d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/extlib_qpdf_v11.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ else()
5555
CMAKE_ARGS \\
5656
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \\
5757
-DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} \\
58+
-DCMAKE_BUILD_TYPE=Release \\
5859
-DUSE_IMPLICIT_CRYPTO=OFF \\
5960
-DREQUIRE_CRYPTO_NATIVE=ON \\
6061
-DCMAKE_CXX_FLAGS=${QPDF_EXTRA_CXX_FLAGS} \\

0 commit comments

Comments
 (0)