cflags.json 260 B

123456789101112131415161718
  1. {
  2. "buildflags": {
  3. "Cflags": [
  4. "-ffreestanding",
  5. "-fno-builtin",
  6. "-fno-omit-frame-pointer",
  7. "-g",
  8. "-gdwarf-2",
  9. "-ggdb",
  10. "-O0",
  11. "-static",
  12. "-Wall",
  13. "-Wno-missing-braces",
  14. "-Wno-parentheses",
  15. "-Wno-unknown-pragmas"
  16. ]
  17. }
  18. }