Ignore build files and files under non-permissive licenses
[mouse-tracker-for-cubism.git] / build.sh
1 #!/bin/sh
2
3 mkdir -p build && cd build
4
5 cmake .. -D CMAKE_BUILD_TYPE=Release -D USE_AVX_INSTRUCTIONS=1
6 cmake --build . -j6