From 0b89ed885d44d77c6e2e0a178264d2b78054bc6b Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Sat, 15 Jun 2024 17:26:11 +0200 Subject: [CI] Add patches to use build profile and speed up builds --- build_profile.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 build_profile.json (limited to 'build_profile.json') diff --git a/build_profile.json b/build_profile.json new file mode 100644 index 0000000..2959247 --- /dev/null +++ b/build_profile.json @@ -0,0 +1,10 @@ +{ + "enabled_classes": [ + "WebRTCDataChannelExtension", + "WebRTCPeerConnectionExtension", + "WebRTCDataChannelGDNative", + "WebRTCPeerConnectionGDNative", + "NativeScript", + "GDNativeLibrary" + ] +} -- cgit v1.2.3