Guest User

Untitled

a guest
Apr 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64
  2. -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0
  3. -std=gnu++11 -stdlib=libc++ -fobjc-arc -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0
  4. -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk
  5. -fasm-blocks -fstrict-aliasing -mios-simulator-version-min=8.0 -g -fvisibility-inlines-hidden -fobjc-abi-version=2 -fobjc-legacy-dispatch -MMD -MT dependencies
  6.  
  7. {
  8. "target_name": "djinni_objc",
  9. "type": "static_library",
  10. "xcode_settings": {
  11. "CLANG_ENABLE_OBJC_ARC": "YES",
  12. },
  13. "sources": [
  14. "<!@(python glob.py objc '*.cpp' '*.mm' '*.m' '*.h')",
  15. "proxy_cache_impl.hpp",
  16. "proxy_cache_interface.hpp",
  17. ],
  18. "include_dirs": [
  19. "objc",
  20. ],
  21. "direct_dependent_settings": {
  22. "include_dirs": [
  23. "objc",
  24. ],
  25. },
  26. },
  27.  
  28. c++ '-DNODE_GYP_MODULE_NAME=djinni_objc' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE'
  29. '-D_FILE_OFFSET_BITS=64' -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64-Wall -Wendif-labels -std=gnu++0x
  30. -stdlib=libc++ -fno-threadsafe-statics -fno-strict-aliasing -fobjc-arc -fno-strict-aliasing -fobjc-arc -fobjc-arc -MMD
Add Comment
Please, Sign In to add comment