Compile with 3 threads

This commit is contained in:
badaix 2024-08-21 22:07:55 +02:00
parent a723cab853
commit 9f71aa7b25

View file

@ -3,7 +3,7 @@
include /usr/share/dpkg/buildflags.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_BUILD_OPTIONS = noautodbgsym parallel=4
export DEB_BUILD_OPTIONS = noautodbgsym parallel=3
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_CPPFLAGS_MAINT_APPEND = -DJSON_HAS_CPP_14