From 36f46bb1631abc050a486a31af13ab01a3984370 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Fri, 7 Oct 2022 15:42:03 +0300 Subject: [PATCH] Document include_child_contract_symbols option --- docs/aeso_compiler.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/aeso_compiler.md b/docs/aeso_compiler.md index 1fd6f94..31b2001 100644 --- a/docs/aeso_compiler.md +++ b/docs/aeso_compiler.md @@ -51,6 +51,8 @@ The **pp_** options all print to standard output the following: `pp_assembler` - print the generated assembler code +The option `include_child_contract_symbols` includes the symbols of child contracts functions in the generated fate code. It is turned off by default to avoid making contracts bigger on chain. + #### check_call(ContractString, Options) -> CheckRet Types