JayDDee / cpuminer-opt

Optimized multi algo CPU miner
Other
774 stars 543 forks source link

.travis.yml: Add -fno-common to CFLAGS #233

Closed candrews closed 4 years ago

candrews commented 4 years ago

-fno-common will be set by default in GCC 10, see https://gcc.gnu.org/PR85678

Therefore, cpuminer-opt should test with that configuration to be ready for this change.

See https://github.com/JayDDee/cpuminer-opt/issues/232

JayDDee commented 4 years ago

Another surprise, I wasn't aware Travis worked, I've never touched it since I forked. I'll be fixing the violators so I won't need this workaround.

JayDDee commented 4 years ago

Well, it doesn't work because Ihave no travis.yml file. Furthermore cpuminer-opt-3.11.8 rewrote the offending code making the flag unnesessary. Closing.