Skip to content

Commit 6e05e24

Browse files
authored
Updates to cmake args to not build the tests
Added cmake flags to not build the tests or the performance tests. These are not needed and add some time to the build.
1 parent e4ad3c4 commit 6e05e24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ cp -rf build/numpy/lib64/python2.7/site-packages/numpy lambda-package
2828
-D ENABLE_POPCNT=ON \
2929
-D ENABLE_FAST_MATH=ON \
3030
-D BUILD_EXAMPLES=OFF \
31+
-D BUILD_TESTS=OFF \
32+
-D BUILD_PERF_TESTS=OFF \
3133
-D PYTHON2_NUMPY_INCLUDE_DIRS="$NUMPY" \
3234
.
3335
make -j`cat /proc/cpuinfo | grep MHz | wc -l`

0 commit comments

Comments
 (0)