소스 검색

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