diff options
| author | Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> | 2014-02-07 13:55:06 +0100 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-02-20 16:58:10 +0100 |
| commit | 0b5422c874a0d234b864a28cf18489a7e7ef17f6 (patch) | |
| tree | 6ac442af6c2fb0d08a6860ce7d9072eb8334a054 /contrib/fedora/bashrc_sssd | |
| parent | 8b83e6b0867576fcefb60b19dbcd4fcee3e6e862 (diff) | |
| download | sssd-0b5422c874a0d234b864a28cf18489a7e7ef17f6.tar.gz sssd-0b5422c874a0d234b864a28cf18489a7e7ef17f6.tar.xz sssd-0b5422c874a0d234b864a28cf18489a7e7ef17f6.zip | |
Clarify CFLAGS handling in bashrc_sssd
Clarify comment on CFLAGS contents in "warn" description.
Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
Reviewed-by: Michal Žídek <mzidek@redhat.com>
Diffstat (limited to 'contrib/fedora/bashrc_sssd')
| -rw-r--r-- | contrib/fedora/bashrc_sssd | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |
