October 02, 2011
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


--- Comment #0 from Benjamin Thaut <code@benjamin-thaut.de> 2011-10-02 01:53:38 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: -------
October 02, 2011
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


--- Comment #1 from Benjamin Thaut <code@benjamin-thaut.de> 2011-10-02 01:59:33 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: -------