diff options
author | Partouf <partouf@gmail.com> | 2018-10-06 14:21:43 +0200 |
---|---|---|
committer | Partouf <partouf@gmail.com> | 2018-10-06 23:56:49 +0200 |
commit | 05e00e7075c8696bf12870f4e00339506da0913e (patch) | |
tree | 720639fb57624990848fa549d0f2ac0466fc1abc /lib/compilers/clean.js | |
parent | ad542bc390e8751e0b8f741d4e23bc694fed5651 (diff) | |
download | compiler-explorer-05e00e7075c8696bf12870f4e00339506da0913e.tar.gz compiler-explorer-05e00e7075c8696bf12870f4e00339506da0913e.zip |
oops
Diffstat (limited to 'lib/compilers/clean.js')
-rw-r--r-- | lib/compilers/clean.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/clean.js b/lib/compilers/clean.js index e3c67a60b..d5a0d8bcf 100644 --- a/lib/compilers/clean.js +++ b/lib/compilers/clean.js @@ -31,6 +31,7 @@ const class CleanCompiler extends BaseCompiler { optionsForFilter(filters, outputFilename) { if (filters.binary) { + return []; } else { return ['-S']; } |