generated from general-packages/pika-pkg-template
Update debian/rules
This commit is contained in:
parent
a2dc9cb8aa
commit
9a283e43ee
4
debian/rules
vendored
4
debian/rules
vendored
@ -6,8 +6,8 @@ export DH_VERBOSE = 1
|
|||||||
|
|
||||||
## overriding dh_auto_configure to add custom configs:
|
## overriding dh_auto_configure to add custom configs:
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DINSTALL_QML_PREFIX="/usr/share/lib/quickshell" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDISTRIBUTOR_DEBUGINFO_AVAILABLE=YES -DDISTRIBUTOR="PikaOS" -DCRASH_REPORTER=OFF -DCMAKE_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu -B build
|
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DINSTALL_QML_PREFIX="/usr/share/lib/quickshell" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDISTRIBUTOR_DEBUGINFO_AVAILABLE=YES -DDISTRIBUTOR="PikaOS" -DCRASH_REPORTER=OFF -DCMAKE_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu -B build
|
||||||
cmake --build build --config Release
|
cmake --build build --config Release --parallel 96
|
||||||
|
|
||||||
override_dh_install:
|
override_dh_install:
|
||||||
DESTDIR=debian/tmp cmake --install build
|
DESTDIR=debian/tmp cmake --install build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user