Files
nolambocoin_miner_neu/build.sh
w12 e0dd59f90e
Some checks are pending
Build CPU miner / build (push) Waiting to run
nolambocoin new miner
2025-01-01 20:47:22 +01:00

13 lines
227 B
Bash

# CLEAN
make distclean || echo clean
rm -f config.status
# BUILD
./autogen.sh
./configure CFLAGS="-Wall -O2 -fomit-frame-pointer"
make -j$(nproc)
strip -s sugarmaker
# CHECK STATIC
file sugarmaker | grep "dynamically linked"