mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 19:28:13 +02:00
* add 'option quiet' to wlink to suppress its info messages
git-svn-id: trunk@27271 -
This commit is contained in:
parent
eddab86312
commit
510fa9596f
@ -247,6 +247,8 @@ begin
|
||||
{ Add all options to link.res instead of passing them via command line:
|
||||
DOS command line is limited to 126 characters! }
|
||||
|
||||
LinkRes.Add('option quiet');
|
||||
|
||||
if paratargetdbg in [dbg_dwarf2,dbg_dwarf3,dbg_dwarf4] then
|
||||
LinkRes.Add('debug dwarf');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user