Skip to content

Commit

Permalink
Reduce the symbolspath scope
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Sep 18, 2022
1 parent ee65d00 commit 2141bf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion premake5.lua
Expand Up @@ -43,7 +43,6 @@ workspace "MTASA"
characterset "MBCS"
pic "On"
symbols "On"
symbolspath "$(SolutionDir)Symbols\\$(Configuration)_$(Platform)\\$(ProjectName).pdb"

dxdir = os.getenv("DXSDK_DIR") or ""
includedirs {
Expand Down Expand Up @@ -97,6 +96,9 @@ workspace "MTASA"
linkoptions { "-s" }
end

filter {"system:windows", "configurations:Nightly", "kind:not StaticLib"}
symbolspath "$(SolutionDir)Symbols\\$(Configuration)_$(Platform)\\$(ProjectName).pdb"

filter "system:windows"
toolset "v143"
preferredtoolarchitecture "x86_64"
Expand Down

0 comments on commit 2141bf1

Please sign in to comment.