]> git.tdb.fi Git - builder.git/blobdiff - builderrc
Install shared libs correctly even if they have no soname
[builder.git] / builderrc
index 9e624e3691a96a301052394dcc353946e4de164b..aac906febb931f07cd40dc0ca13a3998a96e1afe 100644 (file)
--- a/builderrc
+++ b/builderrc
@@ -72,13 +72,13 @@ cross_prefix "windows" "i586-mingw32msvc";
 
 profile "debug"
 {
-       option "debug" "1";
+       option "debug" "yes";
        option "outdir" "$profile";
 };
 
 profile "release"
 {
        option "optimize" "3";
-       option "strip" "1";
+       option "strip" "yes";
        option "outdir" "$profile";
 };