File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 80
80
81
81
# GCC_CONFIG += --enable-languages=c,c++
82
82
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
+
83
94
# You can keep the local build path out of your toolchain binaries and
84
95
# target libraries with the following, but then gdb needs to be told
85
96
# where to look for source files.
You can’t perform that action at this time.
0 commit comments