1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

feat(debian): retain debug symbols in deb package (#1464)

This commit is contained in:
Tarun Pothulapati 2023-06-22 21:42:10 +05:30 committed by GitHub
parent 6205871d35
commit 2da32c1066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
#!/usr/bin/make -f
export DEB_BUILD_OPTIONS="noopt nostrip nocheck"
%:
dh $@