mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 10:29:14 +02:00
* fixed quoting of the "description" wlink option on Windows
git-svn-id: trunk@42659 -
This commit is contained in:
parent
24e3d95fe0
commit
ae953214ee
@ -250,7 +250,7 @@ begin
|
||||
|
||||
LinkRes.Add('option quiet');
|
||||
|
||||
LinkRes.Add('option description '+maybequoted(description));
|
||||
LinkRes.Add('option description '+maybequoted_for_script(description,script_unix));
|
||||
|
||||
if target_dbg.id in [dbg_dwarf2,dbg_dwarf3,dbg_dwarf4] then
|
||||
LinkRes.Add('debug dwarf')
|
||||
|
Loading…
Reference in New Issue
Block a user