Replies: 1 comment
-
xmake/xmake/modules/package/tools/xmake.lua Lines 203 to 205 in 0ffb589 观察源码,需要自己通过 configs 传进去: local configs = {}
configs.mode = "$(mode)"
import("package.tools.xmake").install(package, configs) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
请问自己制作的第三方 xmake 包内部支持了 releasedbg,add_requires 的时候如何配置 releasedbg 模式?
使用
xmake l scripts/test.lua --shallow -vD -m releasedbg xxx
进行测试的时候,发现编译的还是 release 模式编译过程中依然是 release
Beta Was this translation helpful? Give feedback.
All reactions