Skip to content

Commit

Permalink
Skipping DWZ as too few files for multifile optimization in DEB gener…
Browse files Browse the repository at this point in the history
…ation (#5271)

Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Jan 28, 2025
1 parent c33d51b commit f5404f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ override_dh_builddeb:
override_dh_gencontrol:
dh_gencontrol -- -DLicense=Apache-2.0

override_dh_dwz:
echo "Skipping DWZ: Too few files for multifile optimization"

#override_dh_auto_install:
# dh_auto_install -- prefix=/usr

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ override_dh_builddeb:
override_dh_gencontrol:
dh_gencontrol -- -DLicense=Apache-2.0

override_dh_dwz:
echo "Skipping DWZ: Too few files for multifile optimization"

#override_dh_auto_install:
# dh_auto_install -- prefix=/usr

Expand Down

0 comments on commit f5404f2

Please sign in to comment.