Skip to content

Commit 65bbeb1

Browse files
committed
Force LF newlines for LKG builds/non debug builds
Fixes 6630
1 parent cdf4cde commit 65bbeb1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Jakefile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ function compileFile(outFile, sources, prereqs, prefixes, useBuiltCompiler, opts
313313
if (!opts.noMapRoot) {
314314
options += " -mapRoot file:///" + path.resolve(path.dirname(outFile));
315315
}
316+
} else {
317+
options += " --newLine LF";
316318
}
317319

318320
if (opts.stripInternal) {

0 commit comments

Comments
 (0)