不同模式的包,如何进行选择 ?
#4185
-
不同模式的包,如何进行选择 ? |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Sep 10, 2023
Replies: 1 comment
-
xmake-repo 仓库的包,仅支持 release/debug 切换。。 自己的包,可以通过 package/add_configs 和 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
q962
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xmake-repo 仓库的包,仅支持 release/debug 切换。。
add_requires("xxx", {debug = true})
自己的包,可以通过 package/add_configs 和
add_requires("xxx", {configs = {mymode = true}})
自己处理模式配置