Remove non standard option DEBUG and use CMAKE_BUILD_TYPE instead. Bug 772879
This commit is contained in:
parent
d6ad54bac2
commit
b54a1484bc
3 changed files with 7 additions and 11 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -83,7 +83,7 @@ do
|
|||
--disable-silent-rules | --disable-static ) ;;
|
||||
|
||||
--debug)
|
||||
CMDLINE="${CMDLINE} -DDEBUG=ON"
|
||||
CMDLINE="${CMDLINE} -DCMAKE_BUILD_TYPE=Debug"
|
||||
;;
|
||||
|
||||
--disable-fatal-warnings)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue