diff options
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']; } |