From 6551b25b07a82758209a75152ac4b27494f81e5c Mon Sep 17 00:00:00 2001 From: Lukas Oberhuber Date: Tue, 26 Jul 2022 17:56:11 +0100 Subject: [PATCH] Compile with symbols when requested on all plats --- Library/Homebrew/extend/ENV/super.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb index 3ddaaad7e6..e95f0d2997 100644 --- a/Library/Homebrew/extend/ENV/super.rb +++ b/Library/Homebrew/extend/ENV/super.rb @@ -343,7 +343,7 @@ module Superenv sig { void } def set_debug_symbols - append_to_cccfg "D" if OS.mac? + append_to_cccfg "D" end # @private