|
@@ -206,8 +206,8 @@ begin
|
|
tmp := TCmdStrListItem(tmp.Next);
|
|
tmp := TCmdStrListItem(tmp.Next);
|
|
end;
|
|
end;
|
|
|
|
|
|
- if HasExports then
|
|
|
|
- cmdstr := cmdstr + ' --export-dynamic'; //' --export-dynamic';
|
|
|
|
|
|
+// if HasExports then
|
|
|
|
+// cmdstr := cmdstr + ' --export-dynamic'; //' --export-dynamic';
|
|
|
|
|
|
cmdstr := cmdstr + ' --no-entry';
|
|
cmdstr := cmdstr + ' --no-entry';
|
|
|
|
|