diff options
Diffstat (limited to 'config.inc')
| -rw-r--r-- | config.inc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,3 +7,6 @@ STACK_CAPACITY = 64*4096 ; - aligned_alloc (C11) ; - mmap (linux) MALLOC equ aligned_alloc + +; enable indirect branch tracking support +IBT_ENABLE = 1 |
