release script: allow redefine DEB_CC DEB_CXX

This commit is contained in:
proller 2017-11-16 16:44:46 +03:00
parent ba82b20cbe
commit 95e3e916b0

View File

@ -7,8 +7,8 @@ cd $CURDIR
source "./release_lib.sh"
DEB_CC=gcc-7
DEB_CXX=g++-7
DEB_CC=${DEB_CC:=gcc-7}
DEB_CXX=${DEB_CXX:=g++-7}
CONTROL=debian/control
DEBUILD_NOSIGN_OPTIONS="-us -uc"