Skip to content

Commit

Permalink
define POINTERHOLDER_TRANSITION to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
schmitch authored and ancwrd1 committed Apr 12, 2024
1 parent f6b137f commit 4639fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qpdf-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ fn base_build() -> cc::Build {
build
.warnings(false)
.extra_warnings(false)
.define("POINTERHOLDER_TRANSITION", "0")
.include(root.join("include"));

build
Expand Down

0 comments on commit 4639fd8

Please sign in to comment.