aboutsummaryrefslogtreecommitdiffstats
path: root/test/compile_commands.json
blob: 4f584fdb09bd11016bb1b42f208c8d61b9e9e2da (plain) (blame)
1
2
3
4
5
6
7
[
    {
        "command": "c++ -c -std=c++11 -fpic -o main.o main.cpp",
        "directory": "/home/bloodstalker/extra/cgrep/test",
        "file": "/home/bloodstalker/extra/cgrep/test/main.cpp"
    }
]