Source: antimony
Version: 0.9.3-2
User: debian-...@lists.debian.org
Usertags: pac-bti

Hi,

antimony currently hardcodes CXXFLAGS in CMakeLists.txt.

Please consider appending to CXXFLAGS instead, to ensure the package
uses the default build flags set by dpkg-buildflags.

Something like this should do the trick:

  set(CMAKE_CXX_FLAGS "$ENV{CXXFLAGS} -Wall -Wextra -Werror=switch")

Thanks,
  Emanuele

Reply via email to