From 5444bdae99b81811130ac3f9f5d673c2ef04ef49 Mon Sep 17 00:00:00 2001 From: Yaya-Cout Date: Fri, 27 May 2022 16:56:27 +0200 Subject: [PATCH] [build] Disable telemetry on IOS --- build/platform.simulator.ios.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/platform.simulator.ios.mak b/build/platform.simulator.ios.mak index b53ad508a..15ef783b1 100644 --- a/build/platform.simulator.ios.mak +++ b/build/platform.simulator.ios.mak @@ -3,7 +3,7 @@ EXE = bin APPLE_PLATFORM ?= ios APPLE_PLATFORM_MIN_VERSION = 8.0 -EPSILON_TELEMETRY ?= 1 +EPSILON_TELEMETRY ?= 0 ifeq ($(APPLE_PLATFORM),ios) ARCHS = arm64 armv7