diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-25 09:14:56 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-25 19:43:18 +0800 |
commit | 43e42482a7c4b96e38d5f0594cbce3925bc26fb3 (patch) | |
tree | ff4067b7d6967982831e452eb76ac7c92ffdb929 /lllc/main.cpp | |
parent | 2f7c847ce40fe6726d270a2997b380177ab6e03e (diff) | |
download | dexon-solidity-43e42482a7c4b96e38d5f0594cbce3925bc26fb3.tar.gz dexon-solidity-43e42482a7c4b96e38d5f0594cbce3925bc26fb3.tar.zst dexon-solidity-43e42482a7c4b96e38d5f0594cbce3925bc26fb3.zip |
LLL: document optimise flag
Diffstat (limited to 'lllc/main.cpp')
-rw-r--r-- | lllc/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lllc/main.cpp b/lllc/main.cpp index 06611af0..380a0ba2 100644 --- a/lllc/main.cpp +++ b/lllc/main.cpp @@ -41,6 +41,7 @@ void help() << " -x,--hex Parse, compile and assemble; output byte code in hex." << endl << " -a,--assembly Only parse and compile; show assembly." << endl << " -t,--parse-tree Only parse; show parse tree." << endl + << " -o,--optimise Turn on/off the optimiser; on by default." << endl << " -h,--help Show this help message and exit." << endl << " -V,--version Show the version and exit." << endl; exit(0); |