[Issue 7044] Missing a way to control the order of arguments passed to the linker makes impossible to link some programs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 29 09:26:06 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=7044



--- Comment #22 from Martin Nowak <code at dawg.eu> 2013-05-29 09:26:04 PDT ---
(In reply to comment #19)
I think the matching scheme should be similar to
http://registry.vibed.org/package-format#build-settings except that it uses
os-versions-debug/release-compiler.

> dmd file.d

matches [Environment]
    and [Environment-X86_64] or [Environment-X86]

> dmd -release file.d

matches [Environment]
    and [Environment-X86_64] or [Environment-X86]
    and [Environment-release]
but depending on your system it might also match
[Environment-linux-X86_64-D_SIMD-release-dmd]

> so my only objection about that solution is purely aesthetic.

Yeah, it's probably not the most beautiful solution but it's flexible
enough for our needs and still reasonably simple.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list