fix the declarations

This commit is contained in:
Sylvestre Ledru 2017-09-03 13:22:25 +00:00
parent b37e2450c0
commit f17c596f70

4
debian/rules vendored
View File

@ -46,8 +46,8 @@ ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' g++
# More: https://bugs.llvm.org/show_bug.cgi?id=34140 & https://bugs.debian.org/873609
CXXFLAGS_EXTRA += -gsplit-dwarf
else
$(error "Broken gcc version for -gsplit-dwarf support. Please use < gcc 7 or > 7.2.0-2")
endif # < gcc 7 or > 7.2.0-2
$(error "Broken gcc version for -gsplit-dwarf support. Please use < gcc 7 or >= 7.2.0-2")
endif # < gcc 7 or >= 7.2.0-2
endif # binutils
endif # archs