From 2baf7a6e001951d08098149d80d7ce79e7035a16 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 3 Jun 2024 17:48:07 +0200 Subject: New global setting "strip_functions" --- docs/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index c3e8285..0cad4a0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -436,6 +436,17 @@ Select the cancellation mode used at Lanes shutdown to request free running lane termination. See lane cancellation. Default is "hard". + + + .strip_functions + + + nil/false/true + + + Controls function bytecode stripping when dumping them for lane transfer. Choose between faster copies or more debug info. Default is true. + +

-- cgit v1.2.3-55-g6feb