Browse Source

Remove code already moved to gnu_compiler.conf

Correct code is here: https://a.yandex-team.ru/arcadia/build/conf/compilers/gnu_compiler.conf?rev=rXXXXXX#L26-29
commit_hash:84c11898cbd35e7547eb284a59b0d025b30301b5
spreis 5 months ago
parent
commit
e75334eb7b
1 changed files with 0 additions and 5 deletions
  1. 0 5
      build/ymake_conf.py

+ 0 - 5
build/ymake_conf.py

@@ -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')