summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/flycheck-android-kotlin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/flycheck-android-kotlin.py b/bin/flycheck-android-kotlin.py
index c6a49e8..bceafc8 100644
--- a/bin/flycheck-android-kotlin.py
+++ b/bin/flycheck-android-kotlin.py
@@ -90,6 +90,8 @@ def run_kotlinc(cp, files, output, args, sourcefile, outdir):
if output:
command.extend(['-d', output])
command.extend([arg for arg in args if not arg.startswith('-Xplugin=')])
+ # Save time?
+ command.append('-Xno-optimize')
command.append(sourcefile)
# Must include all source files or internal access will fail
if outdir: