diff options
Diffstat (limited to 'src/Config.h')
-rw-r--r-- | src/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h index c13eae3..0fcefc3 100644 --- a/src/Config.h +++ b/src/Config.h @@ -49,6 +49,7 @@ extern int GL_Antialias; #ifdef JIT_ENABLED extern bool JIT_Enable; extern int JIT_MaxBlockSize; +extern bool JIT_BrancheOptimisations; #endif } |