mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:30:35 +02:00
* fix order of libraries for -pg
git-svn-id: trunk@2321 -
This commit is contained in:
parent
6b83af08ed
commit
1e236c65b7
@ -925,9 +925,9 @@ begin
|
|||||||
|
|
||||||
if (cs_profile in aktmoduleswitches) then
|
if (cs_profile in aktmoduleswitches) then
|
||||||
begin
|
begin
|
||||||
|
SharedLibFiles.Concat('gmon');
|
||||||
SharedLibFiles.Concat('c');
|
SharedLibFiles.Concat('c');
|
||||||
SharedLibFiles.Concat('gcc');
|
SharedLibFiles.Concat('gcc');
|
||||||
SharedLibFiles.Concat('gmon');
|
|
||||||
SharedLibFiles.Concat('kernel32');
|
SharedLibFiles.Concat('kernel32');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user