[deb] clang build

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-04-19 19:54:20 +00:00
parent 2ca229ed7c
commit 4d2c0a68ae
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
2 changed files with 4 additions and 1 deletions

3
debian/rules vendored
View file

@ -7,6 +7,9 @@ include /usr/share/dpkg/architecture.mk
export DEB_CXXFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND =
export CC=clang
export CXX=clang++
%:
dh $@ --buildsystem=cmake