|
@@ -1527,10 +1527,6 @@ class GnuCompiler(Compiler):
|
|
|
'-fwasm-exceptions',
|
|
|
]
|
|
|
|
|
|
- self.debug_info_flags = ['-g']
|
|
|
- if self.target.is_linux:
|
|
|
- self.debug_info_flags.append('-ggnu-pubnames')
|
|
|
-
|
|
|
self.cross_suffix = '' if is_positive('FORCE_NO_PIC') else '.pic'
|
|
|
|
|
|
self.optimize = None
|
|
@@ -1619,7 +1615,6 @@ class GnuCompiler(Compiler):
|
|
|
emit('CXX_COMPILER_OLD', '${quo:CXX_COMPILER_OLD_UNQUOTED}')
|
|
|
# TODO(somov): Убрать чтение настройки из os.environ
|
|
|
emit('USE_ARC_PROFILE', 'yes' if preset('USE_ARC_PROFILE') or os.environ.get('USE_ARC_PROFILE') else 'no')
|
|
|
- emit('DEBUG_INFO_FLAGS', self.debug_info_flags)
|
|
|
|
|
|
if self.build.is_coverage:
|
|
|
emit('_IS_COVERAGE', 'yes')
|