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