Le 20/11/2013 23:59, Andrew Sutherland a écrit : > On 11/20/2013 04:53 PM, Jonathan Watt wrote: >> So if I use |DEBUG=1 make| as the documentation says to do then >> things are broken. If I use |make profile| then they work. > > make DEBUG=1 profile-debug > > The name of the profile target changes when you use DEBUG=1. (There > is a plan to address this by just making a "debug-profile" or > "profile-debug" target, eliminating the need for the flags.) >
Just to give more sanity to this: The name of the profile target changes because the profile directory changes. This is to easily have a debug profile and a non-debug profile. That said, you're right, if we could use "make profile-debug" directly this would make more sense. That means that: * make <==> make profile * DEBUG=1 make <==> DEBUG=1 make profile-debug For b2g, I think "DEBUG=1 DESKTOP=0 make" is what should work. Maybe a plain non-debug profile works these days, but I doubt everything works ok. All this is quite silly, bug https://bugzilla.mozilla.org/show_bug.cgi?id=885544 is opened for a long time to make this less silly, but the current work from Kevin may obsolete the needs in this bug. -- Julien
signature.asc
Description: OpenPGP digital signature
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
