aboutsummaryrefslogtreecommitdiffstats
path: root/test/compile_commands.json
blob: ca764a6c1dc8d4c33ad3257d605bc2602f0724e8 (plain) (blame)
1
2
3
4
5
6
7
[
    {
        "command": "cc -c -fpic -O0 -g -v --debug -o test.o test.c", 
        "directory": "/home/bloodstalker/extra/delf/test", 
        "file": "/home/bloodstalker/extra/delf/test/test.c"
    }
]