Skip to content

Commit

Permalink
xmake: Don't strip package libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix committed Oct 25, 2024
1 parent 1bb49a0 commit 43d1a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ add_rules("plugin.vsxmake.autoupdate")
add_rules("dbgdll", "natvis")

--set_policy("package.requires_lock", true)
set_policy("install.strip_packagelibs", false)

set_project("ThisSpaceOfMine")
set_version("0.0.0")
Expand Down

0 comments on commit 43d1a2c

Please sign in to comment.