From 8228de2b4957e8da78a158b4d80c1eb8c2a100b6 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 14 Mar 2026 23:36:19 +0800 Subject: fix flags --- xmake/modules/core/tools/dotnet.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'xmake/modules/core/tools/dotnet.lua') diff --git a/xmake/modules/core/tools/dotnet.lua b/xmake/modules/core/tools/dotnet.lua index 2647be1be..867112dc7 100644 --- a/xmake/modules/core/tools/dotnet.lua +++ b/xmake/modules/core/tools/dotnet.lua @@ -50,7 +50,6 @@ end function nf_symbol(self, level) local maps = { debug = {"-p:DebugType=full", "-p:DebugSymbols=true"} - , hidden = {"-p:DebugType=pdbonly", "-p:DebugSymbols=true"} } return maps[level] end -- cgit v1.3.1