From 5c82b6351c3f6c1a84b3f995d09836f13ef28d99 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 11 Sep 2024 23:04:57 +0800 Subject: [PATCH] mark all ffigen functions as leaf --- thermion_dart/ffigen/native.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/thermion_dart/ffigen/native.yaml b/thermion_dart/ffigen/native.yaml index cb79e560..20ad4ff0 100644 --- a/thermion_dart/ffigen/native.yaml +++ b/thermion_dart/ffigen/native.yaml @@ -13,3 +13,8 @@ headers: ffi-native: assetId: package:thermion_dart/thermion_dart.dart ignore-source-errors: true +functions: + leaf: + include: + - '.*' +