JetForMe

Untitled

Dec 26th, 2012
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. Xcode
  2. -----------------
  3. "-disable-llvm-verifier"
  4. "-pic-level" "1"
  5. "-relaxed-aliasing"
  6. "-D" "DEBUG=1"
  7. "-stdlib=libc++"
  8. "-O0"
  9. "-std=gnu++11"
  10. "-fmessage-length" "0"
  11. "-fvisibility-inlines-hidden"
  12. "-fobjc-runtime-has-arc"
  13. "-fobjc-runtime-has-weak"
  14. "-fpascal-strings"
  15. "-x" "c++" "toy.cpp"
  16.  
  17.  
  18.  
  19. clang++
  20. -----------------
  21. "-mrelocation-model" "pic"
  22. "-main-file-name" "toy.cpp"
  23. "-pic-level" "2"
  24. "-fmessage-length" "229"
  25. "-fobjc-runtime=macosx-10.8.0"
  26. "-fencode-extended-block-signature"
  27. "-x" "c++" "<path>/libLLVM.cp"
  28.  
  29.  
  30. Complete Output
  31. -----------------
  32.  
  33. Xcode:
  34.  
  35. Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
  36. Target: x86_64-apple-darwin12.2.0
  37. Thread model: posix
  38. "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang"
  39. "-cc1"
  40. "-triple" "x86_64-apple-macosx10.8.0"
  41. "-emit-obj"
  42. "-mrelax-all"
  43. "-disable-free"
  44. "-disable-llvm-verifier"
  45. "-main-file-name" "libLLVM.cp"
  46. "-pic-level" "1"
  47. "-mdisable-fp-elim"
  48. "-relaxed-aliasing"
  49. "-masm-verbose"
  50. "-munwind-tables"
  51. "-target-cpu" "core2"
  52. "-target-linker-version" "134.9"
  53. "-g"
  54. "-coverage-file" "/Users/rmann/Library/Developer/Xcode/DerivedData/HomeAutomation-evdnamaplocjyrfzodfqlxmjpvcf/Build/Intermediates/HomeAutomation.build/Debug/libLLVM.build/Objects-normal/x86_64/libLLVM.o"
  55. "-resource-dir" "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/4.1"
  56. "-dependency-file" "/Users/rmann/Library/Developer/Xcode/DerivedData/HomeAutomation-evdnamaplocjyrfzodfqlxmjpvcf/Build/Intermediates/HomeAutomation.build/Debug/libLLVM.build/Objects-normal/x86_64/libLLVM.d"
  57. "-MT" "dependencies"
  58. "-isysroot" "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk"
  59. "-iquote" "/Users/rmann/Library/Developer/Xcode/DerivedData/HomeAutomation-evdnamaplocjyrfzodfqlxmjpvcf/Build/Intermediates/HomeAutomation.build/Debug/libLLVM.build/libLLVM-generated-files.hmap"
  60. "-iquote" "/Users/rmann/Library/Developer/Xcode/DerivedData/HomeAutomation-evdnamaplocjyrfzodfqlxmjpvcf/Build/Intermediates/HomeAutomation.build/Debug/libLLVM.build/libLLVM-project-headers.hmap"
  61. "-iquote" "/Users/rmann/Projects/HomeAutomation/Controller/Software/trunk/target/gensrc"
  62. "-iquote" "/usr/local/llvm/include"
  63. "-D" "DEBUG=1"
  64. "-D" "_DEBUG"
  65. "-D" "_GNU_SOURCE"
  66. "-D" "__STDC_CONSTANT_MACROS"
  67. "-D" "__STDC_FORMAT_MACROS"
  68. "-D" "__STDC_LIMIT_MACROS"
  69. "-D" "DEBUG=1"
  70. "-I" "/Users/rmann/Library/Developer/Xcode/DerivedData/HomeAutomation-evdnamaplocjyrfzodfqlxmjpvcf/Build/Intermediates/HomeAutomation.build/Debug/libLLVM.build/libLLVM-own-target-headers.hmap"
  71. "-I" "/Users/rmann/Library/Developer/Xcode/DerivedData/HomeAutomation-evdnamaplocjyrfzodfqlxmjpvcf/Build/Intermediates/HomeAutomation.build/Debug/libLLVM.build/libLLVM-all-target-headers.hmap"
  72. "-I" "/Users/rmann/Library/Developer/Xcode/DerivedData/HomeAutomation-evdnamaplocjyrfzodfqlxmjpvcf/Build/Products/Debug/include"
  73. "-I" "/Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home/include"
  74. "-I" "/Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home/include/darwin"
  75. "-I" "/Users/rmann/Library/Developer/Xcode/DerivedData/HomeAutomation-evdnamaplocjyrfzodfqlxmjpvcf/Build/Intermediates/HomeAutomation.build/Debug/libLLVM.build/DerivedSources/x86_64"
  76. "-I" "/Users/rmann/Library/Developer/Xcode/DerivedData/HomeAutomation-evdnamaplocjyrfzodfqlxmjpvcf/Build/Intermediates/HomeAutomation.build/Debug/libLLVM.build/DerivedSources"
  77. "-F/Users/rmann/Library/Developer/Xcode/DerivedData/HomeAutomation-evdnamaplocjyrfzodfqlxmjpvcf/Build/Products/Debug"
  78. "-fmodule-cache-path" "/var/folders/16/jfb809_s2fz01ql7k494f6pc0000gn/T/clang-module-cache"
  79. "-stdlib=libc++"
  80. "-O0"
  81. "-Wno-trigraphs"
  82. "-Wno-missing-field-initializers"
  83. "-Wno-missing-prototypes"
  84. "-Wreturn-type"
  85. "-Wno-non-virtual-dtor"
  86. "-Wno-overloaded-virtual"
  87. "-Wno-exit-time-destructors"
  88. "-Wformat"
  89. "-Wno-missing-braces"
  90. "-Wparentheses"
  91. "-Wswitch"
  92. "-Wno-unused-function"
  93. "-Wno-unused-label"
  94. "-Wno-unused-parameter"
  95. "-Wunused-variable"
  96. "-Wunused-value"
  97. "-Wempty-body"
  98. "-Wuninitialized"
  99. "-Wno-unknown-pragmas"
  100. "-Wno-shadow"
  101. "-Wno-four-char-constants"
  102. "-Wno-conversion"
  103. "-Wshorten-64-to-32"
  104. "-Wno-newline-eof"
  105. "-Wno-c++11-extensions"
  106. "-Wdeprecated-declarations"
  107. "-Winvalid-offsetof"
  108. "-Wno-sign-conversion"
  109. "-std=gnu++11"
  110. "-fdeprecated-macro"
  111. "-ferror-limit" "19"
  112. "-fmessage-length" "0"
  113. "-fvisibility-inlines-hidden"
  114. "-stack-protector" "1"
  115. "-mstackrealign"
  116. "-fblocks"
  117. "-fobjc-runtime-has-arc"
  118. "-fobjc-runtime-has-weak"
  119. "-fobjc-dispatch-method=mixed"
  120. "-fobjc-default-synthesize-properties"
  121. "-fcxx-exceptions"
  122. "-fexceptions"
  123. "-fpascal-strings"
  124. "-fdiagnostics-show-option"
  125. "-serialize-diagnostic-file" "/Users/rmann/Library/Developer/Xcode/DerivedData/HomeAutomation-evdnamaplocjyrfzodfqlxmjpvcf/Build/Intermediates/HomeAutomation.build/Debug/libLLVM.build/Objects-normal/x86_64/libLLVM.dia"
  126. "-o" "/Users/rmann/Library/Developer/Xcode/DerivedData/HomeAutomation-evdnamaplocjyrfzodfqlxmjpvcf/Build/Intermediates/HomeAutomation.build/Debug/libLLVM.build/Objects-normal/x86_64/libLLVM.o"
  127. "-x" "c++" "/Users/rmann/Projects/HomeAutomation/Controller/Software/trunk/libLLVM/libLLVM.cp"
  128.  
  129. clang:
  130.  
  131. clang version 3.2 (branches/release_32 171051)
  132. Target: x86_64-apple-darwin12.2.0
  133. Thread model: posix
  134. "/usr/local/llvm/bin/clang"
  135. "-cc1"
  136. "-triple" "x86_64-apple-macosx10.8.0"
  137. "-emit-obj"
  138. "-mrelax-all"
  139. "-disable-free"
  140. "-main-file-name" "toy.cpp"
  141. "-mrelocation-model" "pic"
  142. "-pic-level" "2"
  143. "-mdisable-fp-elim"
  144. "-masm-verbose"
  145. "-munwind-tables"
  146. "-target-cpu" "core2"
  147. "-target-linker-version" "134.9"
  148. "-g"
  149. "-resource-dir" "/usr/local/llvm/bin/../lib/clang/3.2"
  150. "-D" "_DEBUG"
  151. "-D" "_GNU_SOURCE"
  152. "-D" "__STDC_CONSTANT_MACROS"
  153. "-D" "__STDC_FORMAT_MACROS"
  154. "-D" "__STDC_LIMIT_MACROS"
  155. "-I" "/usr/local/llvm/include"
  156. "-fmodule-cache-path" "/var/folders/16/jfb809_s2fz01ql7k494f6pc0000gn/T/clang-module-cache"
  157. "-fdeprecated-macro"
  158. "-fdebug-compilation-dir" "/Users/rmann/test"
  159. "-ferror-limit" "19"
  160. "-fmessage-length" "229"
  161. "-stack-protector" "1"
  162. "-mstackrealign"
  163. "-fblocks"
  164. "-fobjc-runtime=macosx-10.8.0"
  165. "-fobjc-dispatch-method=mixed"
  166. "-fobjc-default-synthesize-properties"
  167. "-fencode-extended-block-signature"
  168. "-fcxx-exceptions"
  169. "-fexceptions"
  170. "-fdiagnostics-show-option"
  171. "-fcolor-diagnostics"
  172. "-o" "/var/folders/16/jfb809_s2fz01ql7k494f6pc0000gn/T/toy-foSPFp.o"
  173. "-x" "c++" "toy.cpp"
Advertisement
Add Comment
Please, Sign In to add comment