Compiler.debug_flags: drop -gz (#40900)
That enables compression of the debug symbols, it doesn't toggle them on or off.
This commit is contained in:
		@@ -40,7 +40,6 @@ def debug_flags(self):
 | 
			
		||||
            "-gdwarf-5",
 | 
			
		||||
            "-gline-tables-only",
 | 
			
		||||
            "-gmodules",
 | 
			
		||||
            "-gz",
 | 
			
		||||
            "-g",
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -55,7 +55,6 @@ def debug_flags(self):
 | 
			
		||||
            "-gdwarf-5",
 | 
			
		||||
            "-gline-tables-only",
 | 
			
		||||
            "-gmodules",
 | 
			
		||||
            "-gz",
 | 
			
		||||
            "-g",
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -422,7 +422,6 @@ def test_clang_flags():
 | 
			
		||||
            "-gdwarf-5",
 | 
			
		||||
            "-gline-tables-only",
 | 
			
		||||
            "-gmodules",
 | 
			
		||||
            "-gz",
 | 
			
		||||
            "-g",
 | 
			
		||||
        ],
 | 
			
		||||
        "clang@3.3",
 | 
			
		||||
@@ -445,7 +444,6 @@ def test_aocc_flags():
 | 
			
		||||
            "-gdwarf-5",
 | 
			
		||||
            "-gline-tables-only",
 | 
			
		||||
            "-gmodules",
 | 
			
		||||
            "-gz",
 | 
			
		||||
            "-g",
 | 
			
		||||
        ],
 | 
			
		||||
        "aocc@2.2.0",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user