Make the --disable-strict-compilation option really work.
This commit is contained in:
parent
a4489152c8
commit
6119a1c09a
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ AC_ARG_ENABLE([profile],
|
|||
[profile=$enableval],
|
||||
[profile=no])
|
||||
|
||||
AC_ARG_ENABLE([strict],
|
||||
AC_ARG_ENABLE([strict-compilation],
|
||||
AS_HELP_STRING([--disable-strict-compilation], [disable the strict compilation rules (warnings are an error in the strict mode)]),
|
||||
[strict=$enableval],
|
||||
[strict=yes])
|
||||
|
|
Loading…
Add table
Reference in a new issue