diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index 83fa3b12..74efab36 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -2,5 +2,22 @@ #define VERSION "0.57" -#define GCC_ATTRIBUTE(x) /* attribute not supported */ +/* Define to 1 to enable internal debugger, requires libcurses */ +#define C_DEBUG 1 +/* Define to 1 to enable screenshots, requires libpng */ +#define C_SSHOTS 1 + +/* Enable some heavy debugging options */ +#define C_HEAVY_DEBUG 0 + +/* Enable some big compile-time increasing inlines */ +#define C_EXTRAINLINE 0 + +/* Enable the FPU module, still only for beta testing */ +#define C_FPU 0 + +/* Maximum memory address range in megabytes */ +#define C_MEM_MAX_SIZE 12 + +#define GCC_ATTRIBUTE(x) /* attribute not supported */