summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/options.nim')
-rw-r--r--compiler/options.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/options.nim b/compiler/options.nim
index 24c9d0f73..a5dfaa81c 100644
--- a/compiler/options.nim
+++ b/compiler/options.nim
@@ -114,6 +114,8 @@ type
     cppDefines*: HashSet[string]
     headerFile*: string
     features*: set[Feature]
+    arguments*: string ## the arguments to be passed to the program that
+                       ## should be run
 
 const oldExperimentalFeatures* = {implicitDeref, dotOperators, callOperator, parallel}