mirror of https://github.com/MidnightCommander/mc
m4.include/mc-cflags.m4: added -fdiagnostics-show-option (exact warning option)
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
parent
7fcef13e61
commit
7670235dfc
|
@ -37,6 +37,7 @@ AC_DEFUN([MC_CHECK_CFLAGS],[
|
||||||
mc_configured_cflags=""
|
mc_configured_cflags=""
|
||||||
|
|
||||||
dnl Sorted -f options:
|
dnl Sorted -f options:
|
||||||
|
MC_CHECK_ONE_CFLAG([-fdiagnostics-show-option])
|
||||||
dnl MC_CHECK_ONE_CFLAG([-fno-stack-protector])
|
dnl MC_CHECK_ONE_CFLAG([-fno-stack-protector])
|
||||||
|
|
||||||
dnl Sorted -W options:
|
dnl Sorted -W options:
|
||||||
|
|
Loading…
Reference in New Issue