Skip to content

Commit

Permalink
Use new flag in our own build
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham committed Oct 16, 2015
1 parent d4af87b commit 060ede2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jakefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function compileFile(outFile, sources, prereqs, prefixes, useBuiltCompiler, noOu
}

if (preserveConstEnums || useDebugMode) {
options += " --preserveConstEnums";
options += " --preserveConstEnums --deconstConstEnums";
}

if (outDir) {
Expand Down Expand Up @@ -368,7 +368,7 @@ compileFile(/*outfile*/configureNightlyJs,
/*noOutFile*/ false,
/*generateDeclarations*/ false,
/*outDir*/ undefined,
/*preserveConstEnums*/ undefined,
/*preserveConstEnums*/ true,
/*keepComments*/ false,
/*noResolve*/ false,
/*stripInternal*/ false);
Expand Down

0 comments on commit 060ede2

Please sign in to comment.