Skip to content

Commit

Permalink
debian/rules: Skip non-determinism check to speed up build.
Browse files Browse the repository at this point in the history
This is only a temporary measure to get the basics working.
  • Loading branch information
Rogério Brito committed Jun 21, 2017
1 parent 985d3d0 commit 3986063
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@
override_dh_install:
dh_install -X.bat

# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )
#override_dh_auto_configure:
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
override_dh_strip_nondeterminism:

0 comments on commit 3986063

Please sign in to comment.