mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 00:29:25 +02:00
* link against libc when profiling
git-svn-id: trunk@12269 -
This commit is contained in:
parent
3bc585684b
commit
dbd037afcc
@ -171,10 +171,11 @@ unit sysinitgprof;
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
{$warnings off}
|
{$warnings off}
|
||||||
|
{$linklib c}
|
||||||
{$linklib gmon}
|
{$linklib gmon}
|
||||||
{$linklib gcc}
|
|
||||||
{$linklib cygwin}
|
{$linklib cygwin}
|
||||||
{$linklib user32}
|
{$linklib user32}
|
||||||
{$linklib kernel32}
|
{$linklib kernel32}
|
||||||
|
{$linklib gcc}
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user