summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/dotnet.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/core/tools/dotnet.lua')
-rw-r--r--xmake/modules/core/tools/dotnet.lua1
1 files changed, 0 insertions, 1 deletions
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