diff --git a/ConflictSet.cpp b/ConflictSet.cpp index e30f240..d0f5ab4 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -56,9 +56,6 @@ limitations under the License. #endif #if SHOW_MEMORY -#ifdef __APPLE__ -#include -#endif void addNode(struct Node *); void removeNode(struct Node *); void addKey(struct Node *); diff --git a/Jenkinsfile b/Jenkinsfile index 4da9a2c..e968b45 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,7 +56,7 @@ pipeline { } } steps { - CleanBuildAndTest("-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=Release") + CleanBuildAndTest("-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_CXX_FLAGS=-DNVALGRIND") sh ''' cd build cpack -G DEB @@ -77,7 +77,7 @@ pipeline { } } steps { - CleanBuildAndTest("-DCMAKE_TOOLCHAIN_FILE=../aarch64-toolchain.cmake") + CleanBuildAndTest("-DCMAKE_TOOLCHAIN_FILE=../aarch64-toolchain.cmake -DCMAKE_CXX_FLAGS=-DNVALGRIND") sh ''' cd build cpack -G DEB