X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcomponent.cpp;h=3c8749ecb3459defeff2e7fa734d5a8f3e8faebd;hb=30b1243ff16b908ae18b4ab9d70f772c9196b949;hp=708293e7575da7e4ef67ca3e9fc0217f9ea7ab7a;hpb=8818c970f123a7fa44bf41bc60369217d083b4da;p=builder.git diff --git a/source/component.cpp b/source/component.cpp index 708293e..3c8749e 100644 --- a/source/component.cpp +++ b/source/component.cpp @@ -74,9 +74,6 @@ void Component::create_build_info() build_info.libpath.insert(build_info.libpath.end(), ebi.libpath.begin(), ebi.libpath.end()); } } - - if(type==PROGRAM) - build_info.strip = lexical_cast(pkg.get_config().get_option("strip").value); } void Component::create_targets() const