how to build debian packages incrementally and parallelly?
Hi all,
I'm trying to build my own packages to deb following the steps in tutorial.
It succeeds but it seems that the build process is running in one thread, and would be slow for big project.
Also, after the building process is finished, I modify my c++ source file a bit and rerun the process, it seems it cant detect the changes and rebuilt deb incrementally. Only the following is outputted:
dh binary -v --buildsystem=cmake --builddirectory=.obj-x86_64-linux-gnu
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
I wonder how to build debs incrementally and parallelly?
Thanks for any help!
Jia
Asked by xibeisiber on 2023-02-19 02:20:57 UTC
Comments