vmap/compile_release.sh

2 lines
102 B
Bash
Executable File

cmake -G "Unix Makefiles" -H. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build -- -j$(nproc)