mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Fixed: Only have one ’release’ option for Jake.
Removed the ’release-inline’ option when building as it is not practical to have two different options. The release build now always has inlined msgSend functions. If a release build is needed without inlined msgSend functions an edit of the ”-O2” option to ”-O” in the Jakefile is needed.
This commit is contained in:
@@ -598,13 +598,6 @@ task ("release", function()
|
||||
spawnJake("build");
|
||||
});
|
||||
|
||||
task ("release-inline", function()
|
||||
{
|
||||
SYSTEM.env["CONFIG"] = "Release";
|
||||
SYSTEM.env['INLINE_MSG_SEND'] = true;
|
||||
spawnJake("build");
|
||||
});
|
||||
|
||||
task ("debug", function()
|
||||
{
|
||||
SYSTEM.env["CONFIG"] = "Debug";
|
||||
|
||||
Reference in New Issue
Block a user