]> git.tdb.fi Git - builder.git/blobdiff - source/component.cpp
Replace the overly generic configuration profiles with something more purposeful
[builder.git] / source / component.cpp
index 708293e7575da7e4ef67ca3e9fc0217f9ea7ab7a..3c8749ecb3459defeff2e7fa734d5a8f3e8faebd 100644 (file)
@@ -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<bool>(pkg.get_config().get_option("strip").value);
 }
 
 void Component::create_targets() const