Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit b018315

Browse files
drwashohoffmabc
authored andcommitted
Fix: Remove debugging symbols from gomobile build instructions
1 parent 998d61e commit b018315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ help:
2222

2323
.PHONY: ios_framework
2424
ios_framework: ## Build iOS Framework for mobile
25-
gomobile bind -target=ios github.com/OpenBazaar/openbazaar-go/mobile
25+
gomobile bind -target=ios -ldflags="-s -w" github.com/OpenBazaar/openbazaar-go/mobile
2626

2727
.PHONY: android_framework
2828
android_framework: ## Build Android Framework for mobile

0 commit comments

Comments
 (0)