Source: vite Version: 1.2+svn1430-1 Severity: wishlist Tags: patch Hi,
vite seems to build fine with multiple build jobs when building. Thus, my suggestion is to enable the parallel build (with the --parallel option of dh) to speed up the compilation when requested (see also Policy ยง4.9.1). Thanks, -- Pino
--- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_BUILD_HARDENING=1 %: - dh $@ + dh $@ --parallel override_dh_auto_configure: cmake . -DVITE_ENABLE_OTF=ON \

