We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1f26c commit 11ac734Copy full SHA for 11ac734
build.sh
@@ -8,5 +8,5 @@ NUM_JOBS=${NUM_JOBS:-1}
8
# build heka
9
mkdir -p $BUILD_DIR
10
cd $BUILD_DIR
11
-cmake -DCMAKE_BUILD_TYPE=release ..
+cmake -DCMAKE_BUILD_TYPE=release $@ ..
12
make -j $NUM_JOBS
0 commit comments