Selaa lähdekoodia

* don't generate import data section anymore by default

git-svn-id: trunk@3117 -
peter 19 vuotta sitten
vanhempi
commit
a609d76920
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -2243,7 +2243,7 @@ end;
         nwcopyright  := '';
         UseDeffileForExports:=false;
         UseDeffileForExportsSetExplicitly:=false;
-        GenerateImportSection:=true;
+        GenerateImportSection:=false;
         RelocSection:=false;
         RelocSectionSetExplicitly:=false;
         LinkTypeSetExplicitly:=false;