Initial commit - it should now be more or less working
[facial-landmarks-for-cubism.git] / build.sh
CommitLineData
830d0ba4
AIL
1#!/bin/sh
2
3mkdir -p build && cd build
4
5cmake .. -D CMAKE_BUILD_TYPE=Release -D USE_AVX_INSTRUCTIONS=1
6cmake --build . -j6