Menu

#1164 [Linux] Debug build is forced in some Makefiles

v1.0_(example)
closed
None
1
2014-02-10
2014-02-09
Bill Blough
No

Some makefiles ignore the build type (unicoderelease,unicodedebug) passed in from the top-level make call, forcing those sub-parts to be built in debug mode regardless of what was specified.

The attached patch allows those makefiles to honor the build type that's passed in, but still defaults them to unicodedebug if there was nothing passed (to remain consistent with current behavior).

1 Attachments

Discussion

  • Rony Shapiro

    Rony Shapiro - 2014-02-10
    • status: open --> closed
    • assigned_to: Rony Shapiro
     
  • Rony Shapiro

    Rony Shapiro - 2014-02-10

    Ah, so good to get this reviewed by a fresh pair of eyes - thanks!

    Reviewed, applied, committed and pushed: ecdea04

     

Log in to post a comment.