mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 11:44:09 -05:00
[julia] Do not modify in-place options in runCompiler (#6281)
This commit is contained in:
@@ -121,8 +121,8 @@ export class JuliaCompiler extends BaseCompiler {
|
||||
}
|
||||
|
||||
const juliaOptions = [this.compilerWrapperPath, '--'];
|
||||
options.push(this.getOutputFilename(dirPath, this.outputFilebase));
|
||||
juliaOptions.push(...options);
|
||||
juliaOptions.push(this.getOutputFilename(dirPath, this.outputFilebase));
|
||||
|
||||
const execResult = await this.exec(compiler, juliaOptions, execOptions);
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user