summaryrefslogtreecommitdiff
path: root/build_profile.json
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2024-06-15 17:26:11 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2024-06-15 18:37:40 +0200
commit0b89ed885d44d77c6e2e0a178264d2b78054bc6b (patch)
tree78ddc23da6f20277ef97755e4038dd234409fe3f /build_profile.json
parentbf8f6e45810930fb5216476f86929c0a675ec12d (diff)
downloadfork-godot-webrtc-native-0b89ed885d44d77c6e2e0a178264d2b78054bc6b.tar.gz
fork-godot-webrtc-native-0b89ed885d44d77c6e2e0a178264d2b78054bc6b.tar.bz2
fork-godot-webrtc-native-0b89ed885d44d77c6e2e0a178264d2b78054bc6b.zip
[CI] Add patches to use build profile and speed up builds
Diffstat (limited to 'build_profile.json')
-rw-r--r--build_profile.json10
1 files changed, 10 insertions, 0 deletions
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"
+ ]
+}