123456789101112131415161718192021222324 |
- {
- "KernelLibs": {
- "Cflags": [
- "-O0",
- "-ffreestanding",
- "-fno-builtin",
- "-Wall",
- "-Wno-missing-braces",
- "-Wno-parentheses",
- "-Wno-unknown-pragmas",
- "-Wuninitialized",
- "-g"
- ],
- "Oflags": [
- "-static"
- ],
- "Post": [
- "rm *.o"
- ],
- "Pre": [
- "rm -f *.o *.tag.*"
- ]
- }
- }
|