X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=plugins%2Fgnu%2Fmingwdlltool.cpp;h=a3fdadbe3d8bb64e40b870d8b0efc22d7407d78b;hb=ccc68e3d1097f5e4f9fc17e84901986a77aa6cb2;hp=8d5721bc38ea3b34a88e65656967f260c503428e;hpb=e9d2021768806bee648274ec6ba3f8cac9a21db7;p=builder.git diff --git a/plugins/gnu/mingwdlltool.cpp b/plugins/gnu/mingwdlltool.cpp index 8d5721b..a3fdadb 100644 --- a/plugins/gnu/mingwdlltool.cpp +++ b/plugins/gnu/mingwdlltool.cpp @@ -90,9 +90,6 @@ Task *MingwDllTool::_run(const Target &target) if(ObjectFile *obj = dynamic_cast(d)) argv.push_back(relative(obj->get_path(), work_dir).str()); - // XXX Should use dllexport, but that has some other problems to solve - argv.push_back("--export-all-symbols"); - argv.push_back("-z"); argv.push_back(relative(exp->get_path(), work_dir).str()); }