(

  cmake -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX=/usr . &&
  
  default_make
  
) > $C_FIFO 2>&1
