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

kde4-kdepimlibs.spec

index 697e39ada598f19ea368836f21b2cfa20e3447ac..5191e40aea0b6678ed28da91f86a4f449b6ab548 100644 (file)
@@ -83,7 +83,7 @@ cd build
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
-       -DCMAKE_BUILD_TYPE=release \
+       -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64 \
 %endif
This page took 0.030191 seconds and 4 git commands to generate.