Skip to content

Instantly share code, notes, and snippets.

@DDuarte
Created January 3, 2013 17:26
Show Gist options
  • Select an option

  • Save DDuarte/4445136 to your computer and use it in GitHub Desktop.

Select an option

Save DDuarte/4445136 to your computer and use it in GitHub Desktop.
{
"additional_language_options":
{
"c++" : ["-std=c++11"],
"c": [],
"objc": [],
"objc++": []
},
"options":
[
//"-isystem", "C:\\MinGW\\lib\\gcc\\mingw32\\4.7.0\\include",
//"-isystem", "C:\\MinGW\\lib\\gcc\\mingw32\\4.7.0\\include\\c++",
//"-isystem", "C:\\MinGW\\lib\\gcc\\mingw32\\4.7.0\\include\\c++\\mingw32",
//"-isystem", "C:\\MinGW\\include",
//"-isystem", "D:\\dev\\aeda\\cute",
"-isystem", "D:\\minix_headers",
"-isystem", "D:\\lcom1213-t1g5\\proj\\dep\\include",
"-Wall"
//"-m32",
//"-w",
//"-ferror-limit=9",
//"-fgnu-runtime",
//"-fms-extensions",
//"-nostdinc",
//"-D__GNUC__=4",
//"-D__GNUC_MINOR__=2",
//"-D__GNUC_PATCHLEVEL__=1",
//"-D__GXX_ABI_VERSION__=1002",
//"-Di386=1",
//"-D__i386=1",
//"-D__i386__=1",
//"-DWIN32=1",
//"-D_WIN32=1",
//"-D__WIN32=1",
//"-D__WIN32__=1",
//"-DWINNT=1",
//"-D__WINNT=1",
//"-D__WINNT__=1",
//"-D_X86_=1",
//"-D__MSVCRT__=1",
//"-D__MINGW32__=1",
//"-D__STDC_VERSION__=201112L"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment