We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf94b56 commit d38ea31Copy full SHA for d38ea31
utils/build-apple-framework.sh
@@ -7,7 +7,7 @@
7
if [ "$DEBUG" = true ]; then
8
BUILD_TYPE="Debug"
9
else
10
- BUILD_TYPE="Release"
+ BUILD_TYPE="MinSizeRel"
11
fi
12
13
function command_exists {
0 commit comments