mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +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;
|
||||
|
||||
{$warnings off}
|
||||
{$linklib c}
|
||||
{$linklib gmon}
|
||||
{$linklib gcc}
|
||||
{$linklib cygwin}
|
||||
{$linklib user32}
|
||||
{$linklib kernel32}
|
||||
{$linklib gcc}
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user