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 0fcefc3..723ab13 100644 --- a/src/Config.h +++ b/src/Config.h @@ -50,6 +50,7 @@ extern int GL_Antialias; extern bool JIT_Enable; extern int JIT_MaxBlockSize; extern bool JIT_BrancheOptimisations; +extern bool JIT_LiteralOptimisations; #endif } |