[Issue 4833] dmd -od doesn't make it to optlink's command line for map files

2017-01-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4833 Walter Bright changed: What|Removed |Added Keywords||Optlink --

[Issue 4833] dmd -od doesn't make it to optlink's command line for map files

2011-06-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4833 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 4833] dmd -od doesn't make it to optlink's command line for map files

2011-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4833 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 4833] dmd -od doesn't make it to optlink's command line for map files

2011-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4833 --- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-06-21 14:54:36 PDT --- I'm completely sorry for that big mess of verbosity, I've accidentally import std.stdio :) Here's a shorter one: binary

[Issue 4833] dmd -od doesn't make it to optlink's command line for map files

2011-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4833 --- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-06-21 14:53:20 PDT --- -v output: binaryD:\DMD\dmd2\windows\bin\dmd.exe version v2.053 configD:\DMD\dmd2\windows\bin\sc.ini parse bar importall bar import

[Issue 4833] dmd -od doesn't make it to optlink's command line for map files

2011-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4833 --- Comment #6 from Brad Roberts bra...@puremagic.com 2011-06-21 15:12:25 PDT --- The problem lied in one tiny crack.. win32 without specifying -map. This pull request changes win32 to match all the posix platforms, no map file unless you ask

[Issue 4833] dmd -od doesn't make it to optlink's command line for map files

2011-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4833 --- Comment #7 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-06-21 15:14:14 PDT --- Nice work. This page will need to be updated about the -map flag as well: http://www.digitalmars.com/d/2.0/dmd-windows.html#switches If you don't have

[Issue 4833] dmd -od doesn't make it to optlink's command line for map files

2011-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4833 --- Comment #8 from Brad Roberts bra...@puremagic.com 2011-06-21 15:17:38 PDT --- Let's make sure Walter pulls this change first. I can imagine him insisting that map files always be generated, in which case a different change will be

[Issue 4833] dmd -od doesn't make it to optlink's command line for map files

2011-04-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4833 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4833] dmd -od doesn't make it to optlink's command line for map files

2011-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4833 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Keywords||patch