Commit c05fc843 authored by HuangRui's avatar HuangRui
Browse files

Enable EGC.

parent cb9828e3
...@@ -78,6 +78,11 @@ ...@@ -78,6 +78,11 @@
// #define LUA_NUMBER_INTEGRAL // #define LUA_NUMBER_INTEGRAL
#define LUA_EGC
#ifdef LUA_EGC
#define EGC_INITIAL_MODE 2
#define EGC_INITIAL_MEMLIMIT 2000
#endif
#define LUA_OPTRAM #define LUA_OPTRAM
#ifdef LUA_OPTRAM #ifdef LUA_OPTRAM
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment