build.sh 90 B

12345
  1. #!/usr/bin/bash
  2. cmake -G "MSYS Makefiles" .. -DCMAKE_BUILD_TYPE=Debug
  3. make clean
  4. make -j4