Skip to content

Commit

Permalink
Have ./configure --enable-debug use RelWithDebInfo build type
Browse files Browse the repository at this point in the history
Closes GH-583
  • Loading branch information
strk committed Mar 3, 2022
1 parent 11f3195 commit dea7619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ while true; do
cmd="${cmd} -DCMAKE_INSTALL_PREFIX:PATH=$1"
;;
--enable-debug)
cmd="${cmd} -DCMAKE_BUILD_TYPE=Debug"
cmd="${cmd} -DCMAKE_BUILD_TYPE=RelWithDebInfo"
;;
--help)
usage
Expand Down

0 comments on commit dea7619

Please sign in to comment.