www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15438] New: -m64 not added to command line in DMD x64 build

https://issues.dlang.org/show_bug.cgi?id=15438

          Issue ID: 15438
           Summary: -m64 not added to command line in DMD x64 build
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: tools
          Assignee: nobody puremagic.com
          Reporter: turkeyman gmail.com

Created attachment 1569
  --> https://issues.dlang.org/attachment.cgi?id=1569&action=edit
Build command; manually added -m64

I have a situation where a project only has x64 config, but -m64 doesn't seem
to appear in the command line.

I'm not sure how it got into this situation, but the only way to fix it seems
to be to manually edit the project xml (<isX86_64>0</isX86_64>).

There's a few options like this in the XML, perhaps they should each have
checkboxes in the project settings UI so they can be manually
set/corrected/overridden?

--
Dec 12 2015