first commit
This commit is contained in:
commit
cab7a75780
264 changed files with 5833 additions and 0 deletions
40
compile_commands.json
Executable file
40
compile_commands.json
Executable file
|
@ -0,0 +1,40 @@
|
|||
[
|
||||
{
|
||||
"arguments": [
|
||||
"/usr/bin/cc",
|
||||
"-g",
|
||||
"-O2",
|
||||
"-pipe",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-std=gnu11",
|
||||
"-nostdinc",
|
||||
"-ffreestanding",
|
||||
"-fno-stack-protector",
|
||||
"-fno-stack-check",
|
||||
"-fno-PIC",
|
||||
"-ffunction-sections",
|
||||
"-fdata-sections",
|
||||
"-m64",
|
||||
"-march=x86-64",
|
||||
"-mno-80387",
|
||||
"-mno-mmx",
|
||||
"-mno-sse",
|
||||
"-mno-sse2",
|
||||
"-mno-red-zone",
|
||||
"-mcmodel=kernel",
|
||||
"-I",
|
||||
"src",
|
||||
"-isystem",
|
||||
"freestnd-c-hdrs",
|
||||
"-DLIMINE_API_REVISION=3",
|
||||
"-c",
|
||||
"-o",
|
||||
"obj-x86_64/main.c.o",
|
||||
"src/main.c"
|
||||
],
|
||||
"directory": "/home/raphm/Projets/sild/kernel",
|
||||
"file": "/home/raphm/Projets/sild/kernel/src/main.c",
|
||||
"output": "/home/raphm/Projets/sild/kernel/obj-x86_64/main.c.o"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue