-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompile_commands.json
More file actions
34 lines (34 loc) · 1.25 KB
/
compile_commands.json
File metadata and controls
34 lines (34 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"directory": "/Users/despicablemonkey/Desktop/Competitive/other",
"file": "practice2.cp2",
"output": "/var/folders/29/6lrl9x8116gbhpm7v2lsh0lh0000gn/T/practice-41c73c.o",
"arguments": "-xc++ practice.cpp"
// "arguments": [
// "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang",
// "-xc++", "practice.cpp",
// "-Wno-reorder-init-list",
// "-Wno-implicit-int-float-conversion",
// "-Wno-c99-designator",
// "-Wno-final-dtor-non-final-class",
// "-Wno-extra-semi-stmt",
// "-Wno-misleading-indentation",
// "-Wno-quoted-include-in-framework-header",
// "-Wno-implicit-fallthrough",
// "-Wno-enum-enum-conversion",
// "-Wno-enum-float-conversion",
// "-Wno-elaborated-enum-base",
// "-Xclang",
// "-clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation",
// "-mllvm",
// "-disable-aligned-alloc-awareness=1",
// "-Xclang", "-fno-odr-hash-protocols",
// "-mlinker-version=650.9",
// "-mtune=core2",
// "-m64",
// "-isysroot",
// "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk",
// "-mmacosx-version-min=11.0.0",
// "-stdlib=libc++",
// "--target=x86_64-apple-macosx11.0.0"
// ]
}