浏览代码

Serialize the compilation of the two tests to reduce memory consumption.

Matthieu Garrigues 10 年之前
父节点
当前提交
19de42b8cf
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      frameworks/C++/silicon/install.sh

+ 1 - 2
frameworks/C++/silicon/install.sh

@@ -17,5 +17,4 @@ make install
 
 cd $TROOT
 mkdir -p build
-cd build; cmake .. -DCMAKE_CXX_COMPILER=g++-4.9 && make
-
+cd build; cmake .. -DCMAKE_CXX_COMPILER=g++-4.9; make silicon_tpc_mysql; make silicon_epoll_mysql