File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 8080
8181# GCC_CONFIG += --enable-languages=c,c++
8282
83+ # Binutils 2.32 and newer (default in mcm since mid-2019) default to emit
84+ # compressed debug info sections, which are a relatively new feature that
85+ # breaks older tooling, such as using so built libraries/executables with
86+ # older binutils or gdb versions.
87+ # This can be turned off in favor of traditional debug sections by
88+ # uncommenting the following line.
89+ # Compressed debug sections can still explicitly be requested by adding
90+ # -Wl,--compress-debug-sections=zlib or -gz=zlib to C/CXXFLAGS.
91+
92+ # BINUTILS_CONFIG += --enable-compressed-debug-sections=none
93+
8394# You can keep the local build path out of your toolchain binaries and
8495# target libraries with the following, but then gdb needs to be told
8596# where to look for source files.
You can’t perform that action at this time.
0 commit comments