Skip to content

Commit

Permalink
fix: improve qpdf optimization options (#52)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dolfim-ibm authored Oct 30, 2024
1 parent 2b4d1d6 commit 82284d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/extlib_qpdf_v11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ else()
CMAKE_ARGS \\
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \\
-DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} \\
-DCMAKE_BUILD_TYPE=Release \\
-DUSE_IMPLICIT_CRYPTO=OFF \\
-DREQUIRE_CRYPTO_NATIVE=ON \\
-DCMAKE_CXX_FLAGS=${QPDF_EXTRA_CXX_FLAGS} \\
Expand Down

0 comments on commit 82284d4

Please sign in to comment.