To add "-gdwarf-4" by default 62/301162/3
authorDongkyun Son <dongkyun.s@samsung.com>
Fri, 10 Nov 2023 02:06:59 +0000 (11:06 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 29 Nov 2023 03:11:03 +0000 (03:11 +0000)
commitb967621bbf8fb93f976e72ce9ac3c82dc2b36149
tree2553886990a2e1abad1542d5ca89c37fd54a7012
parentfa6563f083bd833ca3bfb04d2347755df0452986
To add "-gdwarf-4" by default

-gdwarf-version
Produce debugging information in DWARF format (if that is supported). The value of version may be either 2, 3, 4 or 5; the default version for most targets is 5 (with the exception of VxWorks, TPF and Darwin / macOS, which default to version 2, and AIX, which defaults to version 4).

Note that with DWARF Version 2, some ports require and always use some non-conflicting DWARF 3 extensions in the unwind tables.

Version 4 may require GDB 7.0 and -fvar-tracking-assignments for maximum benefit. Version 5 requires GDB 8.0 or higher.

GCC no longer supports DWARF Version 1, which is substantially different than Version 2 and later. For historical reasons, some other DWARF-related options such as -fno-dwarf2-cfi-asm) retain a reference to DWARF Version 2 in their names, but apply to all currently-supported versions of DWARF.

Change-Id: Ia6ca33ffcef7df38ea274d4039ba43e4d775d0ba
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
TIZEN/Tizen/Tizen-Base-Dev/project_config
TIZEN/Tizen/Tizen-Base-RISCV/project_config