Skip to content

Commit c1fd066

Browse files
committed
disable oxylus/profile
1 parent 6df99dd commit c1fd066

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

xmake.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ add_requires("oxylus main", {
3434
debug = is_mode("debug"),
3535
configs = {
3636
lua_bindings = true,
37-
profile = is_mode("debug"),
37+
profile = false,
3838
tests = false,
3939
},
4040
})
4141

4242
includes("Pong")
4343
includes("xmake/toolchains.lua")
44-

0 commit comments

Comments
 (0)