www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6757] New: Expose compiler switches behind -release separately

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6757

           Summary: Expose compiler switches behind -release separately
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: code benjamin-thaut.de



PDT ---
When building with -release multiple compiler flags get enabled at the same
time.
For example asserts get disabled and framepointers get omitted.
It should be possible to enable each of these flags separately e.g.
-disable-assert
-omit-framepointer

When profiling with a sampling profiler one would want the compiler to put out
framepointers so that the profiler can unwind the stack correctly, but all
other release flags should be turned on to get a representative profiling
output.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 02 2011
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6757


Benjamin Thaut <code benjamin-thaut.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



PDT ---
*** This issue has been marked as a duplicate of issue 6752 ***

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