Browse Source

Build faster

Bart Hertog 6 years ago
parent
commit
631f980c87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build_test.sh

+ 1 - 1
build_test.sh

@@ -19,4 +19,4 @@ protoc -I./test/proto --python_out=./build/python ./test/proto/oneof_fields.prot
 mkdir -p build/test
 cd build/test/
 cmake -DCMAKE_BUILD_TYPE=Debug ../../
-make
+make -j16