Skip to content

Instantly share code, notes, and snippets.

@eccstartup
Last active December 30, 2015 05:09
Show Gist options
  • Save eccstartup/7781154 to your computer and use it in GitHub Desktop.
Save eccstartup/7781154 to your computer and use it in GitHub Desktop.
settings
[("GCC extra via C opts", " -fwrapv"),
("C compiler command", "/usr/bin/gcc"),
("C compiler flags", " -m64 -fno-stack-protector -m64"),
("ar command", "/usr/bin/ar"),
("ar flags", "clqs"),
("ar supports at file", "@ArSupportsAtFile@"),
("touch command", "touch"),
("dllwrap command", "/bin/false"),
("windres command", "/bin/false"),
("perl command", "/usr/bin/perl"),
("target os", "OSDarwin"),
("target arch", "ArchX86_64"),
("target word size", "8"),
("target has GNU nonexec stack", "False"),
("target has .ident directive", "True"),
("target has subsections via symbols", "True"),
("LLVM llc command", "llc"),
("LLVM opt command", "opt")
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment