Skip to content

Commit d38ea31

Browse files
committed
fix: change default build type from Release to MinSizeRel
facebook/react-native#50805
1 parent bf94b56 commit d38ea31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-apple-framework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
if [ "$DEBUG" = true ]; then
88
BUILD_TYPE="Debug"
99
else
10-
BUILD_TYPE="Release"
10+
BUILD_TYPE="MinSizeRel"
1111
fi
1212

1313
function command_exists {

0 commit comments

Comments
 (0)