mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 08:19:27 +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
|
||||
begin
|
||||
SharedLibFiles.Concat('gmon');
|
||||
SharedLibFiles.Concat('c');
|
||||
SharedLibFiles.Concat('gcc');
|
||||
SharedLibFiles.Concat('gmon');
|
||||
SharedLibFiles.Concat('kernel32');
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user