Skip to content

Commit

Permalink
Revert "Enable bitcode for ios native libraries"
Browse files Browse the repository at this point in the history
This reverts commit f113001.
  • Loading branch information
jtattermusch committed Sep 11, 2019
1 parent 20b4c70 commit a2dbf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csharp/experimental/build_native_ext_for_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function build {
PATH_CC="$(xcrun --sdk $SDK --find clang)"
PATH_CXX="$(xcrun --sdk $SDK --find clang++)"

CPPFLAGS="-O2 -Wframe-larger-than=16384 -arch $ARCH -isysroot $(xcrun --sdk $SDK --show-sdk-path) -fembed-bitcode -mios-version-min=6.0 -DPB_NO_PACKED_STRUCTS=1"
CPPFLAGS="-O2 -Wframe-larger-than=16384 -arch $ARCH -isysroot $(xcrun --sdk $SDK --show-sdk-path) -mios-version-min=6.0 -DPB_NO_PACKED_STRUCTS=1"
LDFLAGS="-arch $ARCH -isysroot $(xcrun --sdk $SDK --show-sdk-path) -Wl,ios_version_min=6.0"

# TODO(jtattermusch): revisit the build arguments
Expand Down

0 comments on commit a2dbf0a

Please sign in to comment.