Add flags for Valgrind build

This commit is contained in:
Jarred Sumner
2023-12-29 00:25:02 -08:00
parent 70f344101b
commit 8a34b8f6f8
3 changed files with 15 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ cmake "${CMAKE_FLAGS[@]}" . \
-DMI_BUILD_TESTS=OFF \
-DMI_OSX_ZONE=OFF \
-DMI_OSX_INTERPOSE=OFF \
-DMI_TRACK_VALGRIND=ON \
-DMI_BUILD_OBJECT=ON \
-DMI_USE_CXX=ON \
-DMI_OVERRIDE=OFF \