mirror of
https://github.com/GOSTSec/ccminer
synced 2025-02-08 04:44:23 +00:00
![Tanguy Pruvot](/assets/img/avatar_default.png)
x11 perf is now close to x86 binary, but its not the case on all algos. Add also a build.cmd script to remember how to build on windows cmdline
5 lines
133 B
Batchfile
5 lines
133 B
Batchfile
REM COMMAND LINE MS BUILD
|
|
REM Note: /m:2 = 2 threads, but for host code only...
|
|
|
|
msbuild ccminer.vcxproj /m /p:Configuration=Release
|