mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 16:29:39 +01:00
* set starttime earlier so time stamps don't get messed up
git-svn-id: trunk@6228 -
This commit is contained in:
parent
bb90faef8c
commit
7b39b54951
@ -223,6 +223,9 @@ begin
|
||||
ExceptionMask:=GetExceptionMask;
|
||||
SetExceptionMask([exInvalidOp, exDenormalized, exZeroDivide,
|
||||
exOverflow, exUnderflow, exPrecision]);
|
||||
|
||||
starttime:=getrealtime;
|
||||
|
||||
{ Initialize the compiler }
|
||||
InitCompiler(cmd);
|
||||
|
||||
@ -236,8 +239,6 @@ begin
|
||||
WritePathList(general_t_librarypath,librarysearchpath);
|
||||
WritePathList(general_t_objectpath,objectsearchpath);
|
||||
|
||||
starttime:=getrealtime;
|
||||
|
||||
{ Compile the program }
|
||||
{$ifdef PREPROCWRITE}
|
||||
if parapreprocess then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user