From fb1f678969afccf7d579712d9db283fac2bf06a9 Mon Sep 17 00:00:00 2001 From: Bryce Buchanan <75274611+bryce-b@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:34:56 -0800 Subject: [PATCH] Added -fprofile-instr-generate to fix watchos build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cac2f142..cf2af865 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ build-for-testing-tvos: .PHONY: build-for-testing-watchos build-for-testing-watchos: - set -o pipefail && xcodebuild $(XCODEBUILD_OPTIONS_WATCHOS) build-for-testing | xcbeautify + set -o pipefail && xcodebuild OTHER_LDFLAGS="$(OTHER_LDFLAGS) -fprofile-instr-generate" $(XCODEBUILD_OPTIONS_WATCHOS) build-for-testing | xcbeautify .PHONY: test-ios test-ios: