diff options
Diffstat (limited to 'editors/calligra/Makefile')
-rw-r--r-- | editors/calligra/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 3b6aeb773ff6..69f321887c99 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -30,6 +30,9 @@ CONFIGURE_ARGS+=--enable-final .endif .if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) CONFIGURE_ARGS+=--disable-debug +.else +CONFIGURE_ARGS+=--enable-debug +STRIP='' .endif USE_GMAKE= yes |