Browse Source

profile phoneos

release/v0.1
Mayur Nagekar 9 years ago
parent
commit
6dc78f069a
  1. 2
      crypto777/m_ios

2
crypto777/m_ios

@ -1,5 +1,5 @@
CC="$(xcrun --sdk iphoneos --find clang) -isysroot $(xcrun --sdk iphoneos --show-sdk-path) -arch armv7 -arch arm64 -arch armv7s -ONLY_ACTIVE_ARCH=YES"
AR="$(xcrun --sdk iphones --find ar)"
AR="$(xcrun --sdk iphoneos --find ar)"
$CC -c -O2 *.c jpeg/*.c jpeg/unix/*.c
rm -f ../agents/libcrypto777.a; $AR -rcs ../agents/libcrypto777.a *.o

Loading…
Cancel
Save