Skip to content

Instantly share code, notes, and snippets.

@ahyattdev
Created March 22, 2016 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahyattdev/f5084b1ee8b320f90961 to your computer and use it in GitHub Desktop.
Save ahyattdev/f5084b1ee8b320f90961 to your computer and use it in GitHub Desktop.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
-DGTEST_HAS_RTTI=0 -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-Itools/SourceKit/lib/Core -I/Users/my-username/src/swift-fixed/swift/tools/SourceKit/lib/Core
-I/Users/my-username/src/swift-fixed/swift/tools/SourceKit/include -Iinclude
-I/Users/my-username/src/swift-fixed/swift/include
-I/Users/my-username/src/swift-fixed/build/Ninja-ReleaseAssert/llvm-iphoneos-arm64/include
-I/Users/my-username/src/swift-fixed/llvm/include
-I/Users/my-username/src/swift-fixed/build/Ninja-ReleaseAssert/llvm-iphoneos-arm64/tools/clang/include
-I/Users/my-username/src/swift-fixed/llvm/tools/clang/include -I/Users/my-username/src/swift-fixed/cmark/src
-I/Users/my-username/src/swift-fixed/build/Ninja-ReleaseAssert/cmark-iphoneos-arm64/src -fno-stack-protector
-stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wmissing-field-initializers -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor
-Werror=date-time -std=c++11 -fcolor-diagnostics -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code
-Woverloaded-virtual -mmacosx-version-min=10.11 -O3 -UNDEBUG -fno-exceptions -fno-rtti
-target arm64-apple-ios7.0
-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk
-arch arm64
-F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/../../../Developer/Library/Frameworks
-mios-version-min=7.0 -O2 -g0 -UNDEBUG -MMD
-MT tools/SourceKit/lib/Core/CMakeFiles/SourceKitCore.dir/LangSupport.cpp.o
-MF tools/SourceKit/lib/Core/CMakeFiles/SourceKitCore.dir/LangSupport.cpp.o.d
-o tools/SourceKit/lib/Core/CMakeFiles/SourceKitCore.dir/LangSupport.cpp.o
-c /Users/my-username/src/swift-fixed/swift/tools/SourceKit/lib/Core/LangSupport.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment