mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-17 06:15:51 +01:00
[deb] clang build
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
2ca229ed7c
commit
4d2c0a68ae
2 changed files with 4 additions and 1 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue