aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
blob: 3e7cc3c85d3b1c3464b0d1b4123120762c35466a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
    {
        "arguments": [
            "gcc",
            "-c",
            "-g",
            "-march=native",
            "-fno-strict-aliasing",
            "-fwrapv",
            "-fms-extensions",
            "-isystem",
            "include/vendor/libc",
            "-I",
            "include",
            "-o",
            "build/cmd/cc/ast.o",
            "sys/cmd/cc/ast.c"
        ],
        "directory": "/home/nolln/root",
        "file": "sys/cmd/cc/ast.c"
    }
]