From 784ace58294596b947d13496c34a9afe02fa3cf0 Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Fri, 31 Jul 2015 00:10:33 +0200 Subject: [PATCH] add bash-completion as required --- ldc.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/ldc.spec b/ldc.spec index f94b75f..31df661 100644 --- a/ldc.spec +++ b/ldc.spec @@ -171,7 +171,6 @@ pushd build -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/d \ -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ - -DCMAKE_BUILD_TYPE=Debug \ --enable-optimized .. make %{?_smp_mflags} VERBOSE=2 popd