Browse Source

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

Matthieu Garrigues 10 years ago
parent
commit
19de42b8cf
1 changed files with 1 additions and 2 deletions
  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