Skip to content

Commit 11ac734

Browse files
author
Andre F de Miranda
committed
Allows passing cmake options via build.sh
1 parent ff1f26c commit 11ac734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ NUM_JOBS=${NUM_JOBS:-1}
88
# build heka
99
mkdir -p $BUILD_DIR
1010
cd $BUILD_DIR
11-
cmake -DCMAKE_BUILD_TYPE=release ..
11+
cmake -DCMAKE_BUILD_TYPE=release $@ ..
1212
make -j $NUM_JOBS

0 commit comments

Comments
 (0)