Skip to content

Commit

Permalink
Debug info is set has disable by default.
Browse files Browse the repository at this point in the history
To enable debug info use `--enbale-debug-info`
To disable debug info use `--disable-debug-info`

Fixed configure description.
  • Loading branch information
luismgsilva authored and claziss committed Jun 22, 2023
1 parent 6403d07 commit cd1f7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ AS_IF([test "x$enable_werror" != xno],

AC_ARG_ENABLE(debug_info,
[AS_HELP_STRING([--enable-debug-info],
[disable building with debug info @<:@--disable-debug@:>@])],
[enable building with debug info @<:@--disable-debug-info@:>@])],
[],
[enable_debug_info=yes]
[enable_debug_info=no]
)

AS_IF([test "x$enable_debug_info" != xno],
Expand Down

0 comments on commit cd1f7b8

Please sign in to comment.