mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-17 15:42:10 +00:00
Merge pull request #40 from darealshinji/patch-2
turn on verbosity, activate parallel builds
This commit is contained in:
commit
fb3e6de77f
@ -2,8 +2,12 @@
|
||||
|
||||
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
|
||||
|
||||
# uncomment line to turn verbose mode on
|
||||
#export V=1
|
||||
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@ --parallel
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
|
Loading…
Reference in New Issue
Block a user