jehanne/sys/src/lib/klib.json

30 lines
409 B
JSON

{
"KernelLibs": {
"Cflags": [
"-DKERNEL",
"-c",
"-mcmodel=kernel",
"-O0",
"-fplan9-extensions",
"-ffreestanding",
"-fstack-protector-all",
"-fno-builtin",
"-Wall",
"-Wno-missing-braces",
"-Wno-parentheses",
"-Wno-unknown-pragmas",
"-Wuninitialized",
"-g"
],
"Oflags": [
"-static"
],
"Post": [
"rm *.o"
],
"Pre": [
"rm -f *.o *.tag.*"
]
}
}