vmap/compile_release.sh
2020-11-17 12:16:16 +01:00

1 line
102 B
Bash
Executable file

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