cflags.json 289 B

123456789101112131415161718192021
  1. {
  2. "buildflags": {
  3. "Cflags": [
  4. "-mcmodel=medany",
  5. "-ffreestanding",
  6. "-fno-builtin",
  7. "-fno-omit-frame-pointer",
  8. "-g",
  9. "-gdwarf-2",
  10. "-ggdb",
  11. "-O0",
  12. "-static",
  13. "-Wall",
  14. "-Werror"
  15. ],
  16. "Oflags": [
  17. "-T","/$ARCH/include/prog.ld",
  18. "--no-relax"
  19. ]
  20. }
  21. }