Remove non standard option DEBUG and use CMAKE_BUILD_TYPE instead. Bug 772879

This commit is contained in:
Gautier Pelloux-Prayer 2016-10-13 18:51:18 +02:00 committed by Michael James Gratton
parent d6ad54bac2
commit b54a1484bc
3 changed files with 7 additions and 11 deletions

2
configure vendored
View file

@ -83,7 +83,7 @@ do
--disable-silent-rules | --disable-static ) ;;
--debug)
CMDLINE="${CMDLINE} -DDEBUG=ON"
CMDLINE="${CMDLINE} -DCMAKE_BUILD_TYPE=Debug"
;;
--disable-fatal-warnings)