mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Configure: Don't check for implicit fallthrough unless when debugging.
This commit is contained in:
parent
a946317fab
commit
02dcbf343d
@ -364,6 +364,9 @@ if test "$enable_debug" = yes ; then
|
||||
AC_CHECK_LIB([efence], [malloc])
|
||||
fi
|
||||
fi
|
||||
else
|
||||
BIRD_CHECK_GCC_OPTION([bird_cv_c_option_wno_implicit_fallthrough], [-Wno-implicit-fallthrough])
|
||||
BIRD_ADD_GCC_OPTION([bird_cv_c_option_wno_implicit_fallthrough], [-Wno-implicit-fallthrough])
|
||||
fi
|
||||
|
||||
CLIENT=birdcl
|
||||
|
Loading…
Reference in New Issue
Block a user