mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 11:44:09 -05:00
supportsBinary causes filter button issues, but it doesn't have to be on for things to work
This commit is contained in:
@@ -33,7 +33,6 @@ var Compile = require('../base-compiler'),
|
||||
function compileAssembly(info, env) {
|
||||
var compiler = new Compile(info, env);
|
||||
compiler.asm = new AsmRaw();
|
||||
compiler.compiler.supportsBinary = true;
|
||||
|
||||
compiler.getArgumentParser = () => (compiler) => compiler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user