mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🔥 removed INLINE macro
This commit is contained in:
parent
3a44c0b065
commit
6599f47dcc
1 changed files with 0 additions and 3 deletions
|
|
@ -1,8 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define INLINE __attribute__((always_inline)) inline
|
|
||||||
|
|
||||||
|
|
||||||
// Setting to 0 does not compile logging (useful for if disk/memory is very valuable)
|
// Setting to 0 does not compile logging (useful for if disk/memory is very valuable)
|
||||||
#define MAX_LOG_SIZE @MAX_LOG_SIZE_VAL@
|
#define MAX_LOG_SIZE @MAX_LOG_SIZE_VAL@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue