aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/nim.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/nim.js')
-rw-r--r--lib/compilers/nim.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/nim.js b/lib/compilers/nim.js
index cc1225e2b..d0124db61 100644
--- a/lib/compilers/nim.js
+++ b/lib/compilers/nim.js
@@ -53,6 +53,7 @@ export class NimCompiler extends BaseCompiler {
optionsForFilter(filters, outputFilename) {
return [
+ '--debugger:native', // debugging info
'-o:' + outputFilename, //output file, only for js mode
'--nolinking', //disable linking, only compile to nimcache
'--nimcache:' + this.cacheDir(outputFilename), //output folder for the nimcache