Clone of official tools
profiles/debug.json@36:96847d42f010, 2017-06-22 (annotated)
- Committer:
- The Other Jimmy
- Date:
- Thu Jun 22 11:12:28 2017 -0500
- Revision:
- 36:96847d42f010
- Parent:
- 31:8ea194f6145b
- Child:
- 40:7d3fa6b99b2b
Tools release 5.5.1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
The Other Jimmy |
31:8ea194f6145b | 1 | { |
The Other Jimmy |
31:8ea194f6145b | 2 | "GCC_ARM": { |
The Other Jimmy |
31:8ea194f6145b | 3 | "common": ["-c", "-Wall", "-Wextra", |
The Other Jimmy |
31:8ea194f6145b | 4 | "-Wno-unused-parameter", "-Wno-missing-field-initializers", |
The Other Jimmy |
31:8ea194f6145b | 5 | "-fmessage-length=0", "-fno-exceptions", "-fno-builtin", |
The Other Jimmy |
31:8ea194f6145b | 6 | "-ffunction-sections", "-fdata-sections", "-funsigned-char", |
The Other Jimmy |
31:8ea194f6145b | 7 | "-MMD", "-fno-delete-null-pointer-checks", |
The Other Jimmy |
36:96847d42f010 | 8 | "-fomit-frame-pointer", "-O0", "-g3", "-DMBED_DEBUG", |
The Other Jimmy |
36:96847d42f010 | 9 | "-DMBED_TRAP_ERRORS_ENABLED=1"], |
The Other Jimmy |
31:8ea194f6145b | 10 | "asm": ["-x", "assembler-with-cpp"], |
The Other Jimmy |
31:8ea194f6145b | 11 | "c": ["-std=gnu99"], |
The Other Jimmy |
31:8ea194f6145b | 12 | "cxx": ["-std=gnu++98", "-fno-rtti", "-Wvla"], |
The Other Jimmy |
31:8ea194f6145b | 13 | "ld": ["-Wl,--gc-sections", "-Wl,--wrap,main", "-Wl,--wrap,_malloc_r", |
The Other Jimmy |
36:96847d42f010 | 14 | "-Wl,--wrap,_free_r", "-Wl,--wrap,_realloc_r", "-Wl,--wrap,_memalign_r", |
The Other Jimmy |
36:96847d42f010 | 15 | "-Wl,--wrap,_calloc_r", "-Wl,--wrap,exit", "-Wl,--wrap,atexit", |
The Other Jimmy |
36:96847d42f010 | 16 | "-Wl,-n"] |
The Other Jimmy |
31:8ea194f6145b | 17 | }, |
The Other Jimmy |
31:8ea194f6145b | 18 | "ARM": { |
The Other Jimmy |
31:8ea194f6145b | 19 | "common": ["-c", "--gnu", "-Otime", "--split_sections", |
The Other Jimmy |
31:8ea194f6145b | 20 | "--apcs=interwork", "--brief_diagnostics", "--restrict", |
The Other Jimmy |
36:96847d42f010 | 21 | "--multibyte_chars", "-O0", "-g", "-DMBED_DEBUG", |
The Other Jimmy |
36:96847d42f010 | 22 | "-DMBED_TRAP_ERRORS_ENABLED=1"], |
The Other Jimmy |
31:8ea194f6145b | 23 | "asm": [], |
The Other Jimmy |
31:8ea194f6145b | 24 | "c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"], |
The Other Jimmy |
31:8ea194f6145b | 25 | "cxx": ["--cpp", "--no_rtti", "--no_vla"], |
The Other Jimmy |
31:8ea194f6145b | 26 | "ld": [] |
The Other Jimmy |
31:8ea194f6145b | 27 | }, |
The Other Jimmy |
31:8ea194f6145b | 28 | "uARM": { |
The Other Jimmy |
31:8ea194f6145b | 29 | "common": ["-c", "--gnu", "-Otime", "--split_sections", |
The Other Jimmy |
31:8ea194f6145b | 30 | "--apcs=interwork", "--brief_diagnostics", "--restrict", |
The Other Jimmy |
31:8ea194f6145b | 31 | "--multibyte_chars", "-O0", "-D__MICROLIB", "-g", |
The Other Jimmy |
36:96847d42f010 | 32 | "--library_type=microlib", "-DMBED_RTOS_SINGLE_THREAD", "-DMBED_DEBUG", |
The Other Jimmy |
36:96847d42f010 | 33 | "-DMBED_TRAP_ERRORS_ENABLED=1"], |
The Other Jimmy |
31:8ea194f6145b | 34 | "asm": [], |
The Other Jimmy |
31:8ea194f6145b | 35 | "c": ["--md", "--no_depend_system_headers", "--c99", "-D__ASSERT_MSG"], |
The Other Jimmy |
31:8ea194f6145b | 36 | "cxx": ["--cpp", "--no_rtti", "--no_vla"], |
The Other Jimmy |
31:8ea194f6145b | 37 | "ld": ["--library_type=microlib"] |
The Other Jimmy |
31:8ea194f6145b | 38 | }, |
The Other Jimmy |
31:8ea194f6145b | 39 | "IAR": { |
The Other Jimmy |
31:8ea194f6145b | 40 | "common": [ |
The Other Jimmy |
31:8ea194f6145b | 41 | "--no_wrap_diagnostics", "-e", |
The Other Jimmy |
36:96847d42f010 | 42 | "--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-On", "-r", "-DMBED_DEBUG", |
The Other Jimmy |
36:96847d42f010 | 43 | "-DMBED_TRAP_ERRORS_ENABLED=1"], |
The Other Jimmy |
31:8ea194f6145b | 44 | "asm": [], |
The Other Jimmy |
31:8ea194f6145b | 45 | "c": ["--vla"], |
The Other Jimmy |
31:8ea194f6145b | 46 | "cxx": ["--guard_calls", "--no_static_destruction"], |
The Other Jimmy |
31:8ea194f6145b | 47 | "ld": ["--skip_dynamic_initialization", "--threaded_lib"] |
The Other Jimmy |
31:8ea194f6145b | 48 | } |
The Other Jimmy |
31:8ea194f6145b | 49 | } |