#2018-007

1) Donation default level decreased to 1%
2) Cmake flags adjusted according to @josiahw sugestion.
   Result is faster code.
This commit is contained in:
avujic 2018-03-02 11:46:23 +01:00
parent 9607515904
commit 0bafcb9ad5
4 changed files with 11 additions and 8 deletions

View file

@ -36,7 +36,7 @@
* If you plan on changing this setting to 0 please consider making a one off donation to my wallet:
* XMR:[44bF1RTZVcVc45wNiDQVTp7hwyZ5juMf8W78j1YrfChkP2og2Y44ph3WbwaVe4vUMveKAzAiA4j8xgUi29TpKXpm42GAEjd]
*/
constexpr const int kDonateLevel = 3;
constexpr const int kDonateLevel = 1;
#endif /* __DONATE_H__ */