Skip to content

Commit

Permalink
Remove unused policies
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Apr 16, 2024
1 parent 548e36b commit 3f19941
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/rpi/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
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 3f19941

Please sign in to comment.