summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/dotnet.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-14 23:36:19 +0800
committerruki <[email protected]>2026-03-14 23:36:19 +0800
commit8228de2b4957e8da78a158b4d80c1eb8c2a100b6 (patch)
tree1e0466fcd418295554d2d01172f50a4ce5740cfb /xmake/modules/core/tools/dotnet.lua
parent20277e59408e4d93f4bb6f4ac518ed746f4eefba (diff)
fix flags
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