LUX-Core / rx2-cpuminer

rx2 cpu miner
Other
7 stars 5 forks source link

Static Compile for Linux #1

Open WyvernTKC opened 3 years ago

WyvernTKC commented 3 years ago

Hey Team,

Do you have instructions for a static compile for linux?

djm34 commented 3 years ago

./build.sh doesn't do a static build ?

djm34 commented 3 years ago

in Makefile.am add '-static' to the lines where 'cpuminer_CPPFLAGS' and 'cpuminer_CFLAGS' are defined

that should do it