* use internal linker by default

git-svn-id: trunk@3992 -
This commit is contained in:
peter 2006-06-28 20:47:10 +00:00
parent f5c1839ff0
commit c3d99528e7

View File

@ -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;