소스 검색

* use internal linker by default

git-svn-id: trunk@3992 -
peter 19 년 전
부모
커밋
c3d99528e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;