Create a debug build if --output is passed.

Former-commit-id: 7571d238cf00fd9a7c72f65313e3807483067ace
This commit is contained in:
John-David Dalton
2013-02-07 23:36:09 -08:00
parent a757b4d5dc
commit e78df4d981

View File

@@ -2396,7 +2396,7 @@
dependencyMap = dependencyBackup;
// output debug build
if (!isMinify && (isCustom || isDebug || isTemplate)) {
if (!isMinify && (isCustom || isDebug || isTemplate || outputPath)) {
if (isCustom) {
debugSource = addCommandsToHeader(debugSource, options);
}