diff options
author | Araq <rumpf_a@web.de> | 2018-09-15 00:41:32 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-09-15 00:41:32 +0200 |
commit | b9dc486db15bb1b4b6f3cef7626733b904d377f7 (patch) | |
tree | f22bffa2b91db78f0448f5075a8344c28c4dc7a0 /compiler/options.nim | |
parent | ea1c28294a66b4f0d42a20841c09ac35b13a394b (diff) | |
parent | 49d5fb60a76875b201b2ff4bdc65cd196c94bbfa (diff) | |
download | Nim-b9dc486db15bb1b4b6f3cef7626733b904d377f7.tar.gz |
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'compiler/options.nim')
-rw-r--r-- | compiler/options.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index 02f284676..a95d9930a 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -121,7 +121,8 @@ type notnil, dynamicBindSym, forLoopMacros, - caseStmtMacros + caseStmtMacros, + codeReordering, SymbolFilesOption* = enum disabledSf, writeOnlySf, readOnlySf, v2Sf |