Code review comment for lp:~michihenning/unity-api/require-g++-4.9

Revision history for this message
Jussi Pakkanen (jpakkane) wrote :

You need to set this at the top of debian/rules:

# Explicitly selecting a G{CC,++}-version here to avoid accidental
# ABI breaks introduced by toolchain updates.
include /usr/share/dpkg/default.mk
export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9
export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9

(It is the -D flags to CMake that were unnecessary.)

« Back to merge proposal