Explorar o código

* use internal linker by default

git-svn-id: trunk@3992 -
peter %!s(int64=19) %!d(string=hai) anos
pai
achega
c3d99528e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -2284,7 +2284,7 @@ end;
         initmodeswitches:=fpcmodeswitches;
         initlocalswitches:=[cs_check_io,cs_typed_const_writable];
         initmoduleswitches:=[cs_extsyntax,cs_implicit_exceptions];
-        initglobalswitches:=[cs_check_unit_name,cs_link_static,cs_link_extern];
+        initglobalswitches:=[cs_check_unit_name,cs_link_static];
         initoptimizerswitches:=[];
         initsourcecodepage:='8859-1';
         initpackenum:=4;