From 0b5422c874a0d234b864a28cf18489a7e7ef17f6 Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Fri, 7 Feb 2014 13:55:06 +0100 Subject: Clarify CFLAGS handling in bashrc_sssd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarify comment on CFLAGS contents in "warn" description. Reviewed-by: Stephen Gallagher Reviewed-by: Michal Žídek --- contrib/fedora/bashrc_sssd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/fedora/bashrc_sssd b/contrib/fedora/bashrc_sssd index 6740e93dc..7301b520c 100644 --- a/contrib/fedora/bashrc_sssd +++ b/contrib/fedora/bashrc_sssd @@ -91,7 +91,8 @@ remake() } # Clean the build directory and rebuild all objects, hiding most of the build -# output except for warnings and errors. This builds with standard CFLAGS. +# output except for warnings and errors. This builds with default +# optimization and without debugging symbols. warn() { make clean >/dev/null \ -- cgit