Skip to content

Commit

Permalink
Setting build_tests to true but ASAN to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Mar 19, 2024
1 parent 8e2a79c commit cb36f20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conan/profiles/tests-debug
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ compiler.cppstd=17
tree-gen/*:build_type=Debug

[options]
tree-gen/*:asan_enabled=True
tree-gen/*:build_tests=False
tree-gen/*:asan_enabled=False
tree-gen/*:build_tests=True
4 changes: 2 additions & 2 deletions conan/profiles/tests-release
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ compiler.cppstd=17
tree-gen/*:build_type=Release

[options]
tree-gen/*:asan_enabled=True
tree-gen/*:build_tests=False
tree-gen/*:asan_enabled=False
tree-gen/*:build_tests=True

0 comments on commit cb36f20

Please sign in to comment.