dtu_lan_gateway.arm.options.v5.json 698 B

1234567891011121314151617181920212223242526
  1. {
  2. "version": 4,
  3. "beforeBuildTasks": [],
  4. "afterBuildTasks": [],
  5. "global": {
  6. "use-microLIB": true,
  7. "output-debug-info": "enable"
  8. },
  9. "c/cpp-compiler": {
  10. "optimization": "level-3",
  11. "one-elf-section-per-function": true,
  12. "c99-mode": true,
  13. "C_FLAGS": "--diag_suppress=1 --diag_suppress=1295",
  14. "CXX_FLAGS": "--diag_suppress=1 --diag_suppress=1295",
  15. "warnings": "all-warnings",
  16. "gnu-extensions": true
  17. },
  18. "asm-compiler": {},
  19. "linker": {
  20. "output-format": "elf",
  21. "xo-base": "",
  22. "ro-base": "0x08000000",
  23. "rw-base": "0x20000000",
  24. "$disableOutputTask": true
  25. }
  26. }