I modified in donate.h file strings:
constexpr const int kDefaultDonateLevel = 0;
constexpr const int kMinimumDonateLevel = 0;
and in config.json:
"donate-level": 0,
"donate-over-proxy": 0,
compiled it with MSVC but I still see donate level in miner console 1%, and after miner starts it sometimes rewrites
"donate-level": 1
Last time I compiled xmrigcc two-three years ago and everything was ok, may be now I missing some new rules or features?
