Skip to content

Instantly share code, notes, and snippets.

@samdmarshall
Created April 26, 2014 18:39
Show Gist options
  • Save samdmarshall/11327641 to your computer and use it in GitHub Desktop.
Save samdmarshall/11327641 to your computer and use it in GitHub Desktop.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.6 -c /Users/sam/Projects/systemcheck/system_check.m -o /Users/sam/Projects/systemcheck/i386/libsystem_check.dylib
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -L/Users/sam/Projects/systemcheck/i386/ -F/Users/sam/Projects/systemcheck/i386/ -mmacosx-version-min=10.6 -single_module -compatibility_version 1 -current_version 1 -fobjc-link-runtime -framework Cocoa -o /Users/sam/Projects/systemcheck/i386/libsystem_check.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment