Skip to content

Commit

Permalink
try use policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Apr 10, 2024
1 parent cf370e7 commit b347b44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/rpi/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
set_policy("build.sanitizer.thread", true)
set_policy("build.sanitizer.memory", true)
set_policy("build.sanitizer.leak", true)
set_policy("build.sanitizer.undefined", true)

add_repositories("local-repo repository")

includes("common/xmake.lua", "tui/xmake.lua", "behaviour_tree/xmake.lua")
Expand Down

0 comments on commit b347b44

Please sign in to comment.