]> git.pld-linux.org Git - packages/kde4-kdebase-runtime.git/commitdiff
- conditional release/debug build (thx glen)
authorshadzik <shadzik@pld-linux.org>
Fri, 20 Feb 2009 11:53:11 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4-kdebase-runtime.spec -> 1.64

kde4-kdebase-runtime.spec

index 0a880d644eed424877d87b840f84edbbb0d26593..ea0da084d2658f35838e52ba446e190db3bc1468 100644 (file)
@@ -115,7 +115,7 @@ install -d build
 cd build
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-       -DCMAKE_BUILD_TYPE=release \
+       -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64 \
 %endif
This page took 0.061965 seconds and 4 git commands to generate.