Skip to content

Commit

Permalink
cross language inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Jul 10, 2024
1 parent e33480a commit df6af3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decnumber-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fn main() {
.file("decnumber/decDouble.c")
.file("decnumber/decQuad.c")
.file("decnumber/decPacked.c")
.flag("-flto=thin")
.out_dir(out_dir.join("lib"))
.compile("decnumber");

Expand Down

0 comments on commit df6af3d

Please sign in to comment.