]> git.tdb.fi Git - builder.git/commitdiff
Add a statically linked release build type
authorMikko Rasa <tdb@tdb.fi>
Sun, 15 Jul 2012 17:29:59 +0000 (20:29 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 15 Jul 2012 17:32:09 +0000 (20:32 +0300)
builderrc

index 55010157c052bee9d39837daaac6a746a81b89f2..2d9361f5e3aef22826a0eacc8a92547e91853bee 100644 (file)
--- a/builderrc
+++ b/builderrc
@@ -112,3 +112,13 @@ build_type "release"
                strip true;
        };
 };
+
+build_type "static_release"
+{
+       build_info
+       {
+               optimize 3;
+               strip true;
+               libmode STATIC;
+       };
+};